OpenBSD/src LOkCmhMlib/libfuse fuse_ops.c, sys/miscfs/fuse fuse_vnops.c fusefs.h

   Implement FBT_FLUSH. This is sent whenever a file descriptor is closed with
   VOP_CLOSE(9). The associated FUSE file handle is however not closed at this
   time and is instead closed on VOP_RELEASE(9) because that's the only time
   it's guaranteed to be no longer used. Directory handles are now only closed
   on VOP_RELEASE(9) for the same reason.

   ok mpi@
VersionDeltaFile
1.42+69-38sys/miscfs/fuse/fuse_vnops.c
1.31+35-1lib/libfuse/fuse_ops.c
1.9+2-1sys/miscfs/fuse/fusefs.h
+106-403 files

UnifiedSplitRaw