Skip to content
Snippets Groups Projects
Commit 5a03cd00 authored by Aleksandar Markovic's avatar Aleksandar Markovic Committed by Riku Voipio
Browse files

linux-user: Add support for syncfs() syscall


This patch implements Qemu user mode syncfs() syscall support. Syscall
syncfs() syncs the filesystem containing file determined by the open
file descriptor passed as the argument to syncfs().

The implementation consists of a straightforward invocation of host's
syncfs(). Configure and strace support is included as well.

Signed-off-by: default avatarAleksandar Markovic <aleksandar.markovic@imgtec.com>
Signed-off-by: default avatarRiku Voipio <riku.voipio@linaro.org>
parent 38860a03
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment