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, Sep 27, 11:38 AM
Unknown Object (File)
Thu, Sep 18, 5:18 AM
Unknown Object (File)
Aug 12 2025, 12:36 PM
Unknown Object (File)
Aug 2 2025, 4:41 AM
Unknown Object (File)
Jul 28 2025, 10:32 PM
Unknown Object (File)
Jul 28 2025, 10:59 AM
Unknown Object (File)
Jul 24 2025, 3:12 AM
Unknown Object (File)
Jun 24 2025, 2:47 AM
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.