mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-23 18:34:02 +00:00
If a path element cannot be watched because it does not exist yet, the next available parent directory is watched to detect the creation of the missing path element. If a missing path element got created just between the failed watch request for the element and the successful watch request for its parent directory, the creation of the path element could remain unnoticed. With this commit, 'fs_rom' tries to watch a path element again if the watch request for its parent directory was successful. Fixes #3398
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.