CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/16 07:10:53
Modified files:
sys/miscfs/fuse: fuse_vnops.c fusefs.h
lib/libfuse : fuse_new.3 fuse_ops.c
Log message:
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@
