[Bug 236474] [FUSE] fsync returns asynchronously on fuse(4)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 11 19:57:26 UTC 2019


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

            Bug ID: 236474
           Summary: [FUSE] fsync returns asynchronously on fuse(4)
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: asomers at FreeBSD.org

fuse_internal_fsync() returns immediately after sending the FUSE_FSYNC message
to the filesystem daemon.  It doesn't wait for a response.  That kind of
defeats the whole point of fsync.  Also, it ignores any errors that the daemon
might return.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list