mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-25 22:00:32 +00:00
1c67e3bb43
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.