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
F150409730: D27939.id81586.diff
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)
Sat, Mar 21, 3:22 AM
Unknown Object (File)
Feb 16 2026, 6:46 PM
Unknown Object (File)
Feb 14 2026, 5:42 AM
Unknown Object (File)
Feb 8 2026, 6:46 AM
Unknown Object (File)
Feb 7 2026, 10:14 PM
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