mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
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