Page MenuHomeFreeBSD

Fix a few nits in vn_printf().
ClosedPublic

Authored by jhb on Nov 18 2020, 1:26 AM.
Tags
None
Referenced Files
F153188240: D27261.diff
Sun, Apr 19, 4:52 PM
F153188199: D27261.diff
Sun, Apr 19, 4:51 PM
F153174523: D27261.id79689.diff
Sun, Apr 19, 2:53 PM
Unknown Object (File)
Wed, Apr 15, 11:16 PM
Unknown Object (File)
Wed, Apr 15, 2:19 AM
Unknown Object (File)
Mon, Apr 13, 8:48 AM
Unknown Object (File)
Sat, Apr 11, 1:29 PM
Unknown Object (File)
Fri, Apr 10, 9:34 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

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.