Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).
authorhelg <helg@openbsd.org>
Mon, 16 Jul 2018 13:10:53 +0000 (13:10 +0000)
committerhelg <helg@openbsd.org>
Mon, 16 Jul 2018 13:10:53 +0000 (13:10 +0000)
commit0d64465817bc318c59b559b5ca4ecc8c74468463
tree5e0c8cce37579903bf235a495f1b70cc56771fc3
parent075a635efb9436779ee582f5bd78106fed60af3f
Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).
Currently ignores the a_waitfor argument and always invokes the file
system's fsync implementation synchronously.

ok mpi@
lib/libfuse/fuse_new.3
lib/libfuse/fuse_ops.c
sys/miscfs/fuse/fuse_vnops.c
sys/miscfs/fuse/fusefs.h