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)
Mon, Oct 13, 5:47 AM
Unknown Object (File)
Mon, Oct 13, 5:47 AM
Unknown Object (File)
Mon, Oct 13, 5:47 AM
Unknown Object (File)
Sun, Oct 12, 5:50 PM
Unknown Object (File)
Fri, Oct 3, 2:10 AM
Unknown Object (File)
Sat, Sep 20, 1:36 AM
Unknown Object (File)
Sep 14 2025, 3:24 AM
Unknown Object (File)
Sep 10 2025, 2:45 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