Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2019 20:27:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236475] [ZFS] Invalid VOP_FSYNC options in vdev_file_io_start
Message-ID:  <bug-236475-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236475

            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@FreeBSD.org
          Reporter: asomers@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236475-227>