mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
File systems using the File_system_session interface can now be synchronized by using this syscall. This is needed for file system that maintain an internal cache, which should be flushed. Fixes #1008.