Page MenuHomeFreeBSD

fusefs: only check vnode locks with DEBUG_VFS_LOCKS
ClosedPublic

Authored by asomers on Jan 3 2021, 3:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 20, 3:08 AM
Unknown Object (File)
Mon, Apr 6, 12:19 PM
Unknown Object (File)
Sun, Apr 5, 11:08 AM
Unknown Object (File)
Thu, Apr 2, 8:26 AM
Unknown Object (File)
Tue, Mar 31, 11:55 PM
Unknown Object (File)
Sat, Mar 28, 10:54 AM
Unknown Object (File)
Tue, Mar 24, 11:36 PM
Unknown Object (File)
Mar 21 2026, 3:22 AM
Subscribers

Diff Detail

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

Event Timeline

The other nice thing about this routine (ok, conditional on debug.vfs_badlock_vnode=1, but it is the default) — or VNASSERT(), VPASS() — is that they'll print out details of the vp. MPASS can't do that.

This revision is now accepted and ready to land.Jan 3 2021, 12:48 PM