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)
Sun, May 3, 7:24 PM
Unknown Object (File)
Sat, May 2, 11:43 AM
Unknown Object (File)
Mon, Apr 27, 5:40 PM
Unknown Object (File)
Tue, Apr 21, 6:46 PM
Unknown Object (File)
Mon, Apr 20, 1:04 PM
Unknown Object (File)
Mon, Apr 20, 7:27 AM
Unknown Object (File)
Mon, Apr 20, 3:32 AM
Unknown Object (File)
Sun, Apr 19, 8:16 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