https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236405

            Bug ID: 236405
           Summary: [fuse] FUSE(4) does not send FUSE_FLUSH on close(2)
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

The FUSE protocol requires the client to send a FUSE_FLUSH command on every
close(2).  The main documented purpose is for filesystems to return delayed
write errors during close (discussed in bug 236327), but a more important,
undocumented purpose is to allow filesystems to release file locks.  That
behavior has been part of the protocol since version 7.7.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to