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)
Sat, Apr 25, 5:28 AM
Unknown Object (File)
Fri, Apr 24, 2:40 PM
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
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