mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
9c852c750a
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