Page MenuHomeFreeBSD

Fix a few nits in vn_printf().
ClosedPublic

Authored by jhb on Nov 18 2020, 1:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 14, 10:30 PM
Unknown Object (File)
Sat, Mar 14, 3:57 PM
Unknown Object (File)
Mon, Mar 9, 6:29 AM
Unknown Object (File)
Mon, Mar 9, 5:47 AM
Unknown Object (File)
Sun, Mar 1, 6:22 PM
Unknown Object (File)
Sun, Mar 1, 9:02 AM
Unknown Object (File)
Feb 9 2026, 2:10 PM
Unknown Object (File)
Dec 18 2025, 7:07 PM
Subscribers

Details

Summary
  • Mask out recently added VV_* bits to avoid printing them twice.
  • Keep VI_LOCKed on the same line as the rest of the flags.
Test Plan
  • was debugging a VN_ASSERT failure and noticed bugs in the output

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Nov 18 2020, 1:26 AM
jhb created this revision.
This revision is now accepted and ready to land.Nov 18 2020, 4:02 AM
This revision was automatically updated to reflect the committed changes.