mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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.