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)
Jan 27 2024, 1:10 AM
Unknown Object (File)
Dec 22 2023, 11:13 PM
Unknown Object (File)
Aug 27 2023, 12:39 PM
Unknown Object (File)
Aug 27 2023, 12:36 PM
Unknown Object (File)
Aug 27 2023, 12:34 PM
Unknown Object (File)
Aug 27 2023, 12:28 PM
Unknown Object (File)
Jun 28 2023, 3:50 PM
Unknown Object (File)
Jun 24 2023, 10:22 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34869
Build 31892: arc lint + arc unit

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.