Page MenuHomeFreeBSD

VFS: update VOP_FSYNC() debug check to reflect actual locking policy
ClosedPublic

Authored by jah on Feb 10 2024, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 14, 8:15 PM
Unknown Object (File)
Fri, Mar 13, 1:15 PM
Unknown Object (File)
Fri, Mar 13, 5:43 AM
Unknown Object (File)
Wed, Mar 11, 7:50 PM
Unknown Object (File)
Mon, Mar 9, 9:19 PM
Unknown Object (File)
Wed, Mar 4, 12:33 PM
Unknown Object (File)
Feb 11 2026, 4:20 PM
Unknown Object (File)
Feb 8 2026, 3:44 PM
Subscribers

Details

Summary

Shared vs. exclusive locking is determined not by MNT_EXTENDED_SHARED
but by MNT_SHARED_WRITES (although there are several places that
ignore this and simply always use an exclusive lock). Also add a
comment on the possible difference between VOP_GETWRITEMOUNT(vp)
and vp->v_mount on this path.

Found by local testing of unionfs atop ZFS with DEBUG_VFS_LOCKS.

MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable