mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
If during the file system iterations in the 'stat()', 'rename()' or 'mkdir()' funtions of the 'Dir_file_system' class any file system returns an error code other than 'ERR_NO_ENTRY', return immediately. Fixes #376.