mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 03:40:15 +00:00
Users of a File_system_session might want to force a file system to flush or rather to synchronize its internal cache. A concret default implementation is provided because not all file systems maintain an internal cache and are not required to synchronize caches. Fixes #1007.