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)
Tue, Jul 21, 10:10 AM
Unknown Object (File)
Tue, Jul 21, 7:19 AM
Unknown Object (File)
Wed, Jul 8, 12:07 AM
Unknown Object (File)
Jun 18 2026, 8:00 PM
Unknown Object (File)
Jun 15 2026, 4:02 PM
Unknown Object (File)
Jun 4 2026, 7:15 PM
Unknown Object (File)
Jun 4 2026, 3:56 AM
Unknown Object (File)
Jun 4 2026, 3:35 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