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)
Nov 21 2024, 7:58 AM
Unknown Object (File)
Nov 18 2024, 8:57 AM
Unknown Object (File)
Nov 18 2024, 8:07 AM
Unknown Object (File)
Nov 11 2024, 11:29 PM
Unknown Object (File)
Nov 11 2024, 5:28 PM
Unknown Object (File)
Nov 11 2024, 1:42 PM
Unknown Object (File)
Nov 11 2024, 1:20 PM
Unknown Object (File)
Nov 5 2024, 12:51 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