Sebastian Sumpf 9c852c750a vfs: handle root directory explicitly
This makes '/' and the actual root of VFS distinguishable. A VFS root
may contain one ore more '/' entries for each file system. 'opendir' for
the VFS root opens all file systems via 'open_composite_dir', while
'opendir' for '/' only returns a VFS handle.

Fixes #2569
2017-11-30 11:23:10 +01:00
..
2017-05-31 13:16:07 +02:00
2017-03-24 16:19:56 +01:00
2017-05-31 13:16:21 +02:00
2017-05-31 13:16:07 +02:00
2017-05-31 13:16:07 +02:00
2017-06-19 12:35:57 +02:00
2017-05-31 13:16:21 +02:00
2017-11-30 11:23:10 +01:00