mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 14:13:40 +00: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.