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: [email protected]
Reporter: [email protected]
>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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"