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
F167214142: D27939.diff
Thu, Aug 20, 12:09 AM
Unknown Object (File)
Sun, Aug 9, 6:40 PM
Unknown Object (File)
Sun, Aug 9, 6:39 PM
Unknown Object (File)
Wed, Aug 5, 2:20 AM
Unknown Object (File)
Tue, Aug 4, 8:28 AM
Unknown Object (File)
Tue, Jul 28, 10:34 PM
Unknown Object (File)
Tue, Jul 21, 10:10 AM
Unknown Object (File)
Tue, Jul 21, 7:19 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35903
Build 32792: arc lint + arc unit

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