[Bug 236475] [ZFS] Invalid VOP_FSYNC options in vdev_file_io_start

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 11 20:27:24 UTC 2019


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

            Bug ID: 236475
           Summary: [ZFS] Invalid VOP_FSYNC options in vdev_file_io_start
           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

>From inspection I can see that vdev_file_io_start provides invalid options to
VOP_FSYNC.  The only valid options are MNT_WAIT, MNT_NOWAIT, and MNT_LAZY, but
that function uses FSYNC | FDSYNC.  This bug has been present ever since the
first import of ZFS.

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


More information about the freebsd-bugs mailing list