Page MenuHomeFreeBSD

prefix (more) UFS symbols with UFS_ to reduce namespace pollution
ClosedPublic

Authored by emaste on Feb 15 2017, 7:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 25, 1:03 AM
Unknown Object (File)
Thu, Jun 25, 1:00 AM
Unknown Object (File)
Tue, Jun 23, 11:30 PM
Unknown Object (File)
Tue, Jun 23, 11:24 PM
Unknown Object (File)
Thu, Jun 18, 1:17 PM
Unknown Object (File)
May 27 2026, 9:03 AM
Unknown Object (File)
May 18 2026, 6:41 PM
Unknown Object (File)
May 16 2026, 8:21 AM
Subscribers

Details

Summary

As pointed out by @kib in D9536 the same UFS_ treatment could be applied to I* type and permission symbols in ufs/dinode.h

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to prefix (more) UFS symbols with UFS_ to reduce namespace pollution.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: kib, mckusick.
emaste added a subscriber: kib.
kib edited edge metadata.
This revision is now accepted and ready to land.Feb 15 2017, 8:06 PM
mckusick edited edge metadata.

Additional changes are sensible and do not change functionality.