Page MenuHomeFreeBSD

prefix UFS symbols with UFS_ to reduce namespace pollution
ClosedPublic

Authored by emaste on Feb 11 2017, 4:46 AM.
Tags
None
Referenced Files
F85022790: D9536.id30780.diff
Fri, May 31, 4:18 PM
F85017786: D9536.diff
Fri, May 31, 2:40 PM
Unknown Object (File)
Sat, May 25, 8:27 AM
Unknown Object (File)
Thu, May 2, 4:17 PM
Unknown Object (File)
Apr 29 2024, 7:33 PM
Unknown Object (File)
Apr 29 2024, 7:17 PM
Unknown Object (File)
Mar 11 2024, 6:01 PM
Unknown Object (File)
Mar 11 2024, 6:01 PM
Subscribers

Details

Summary

Specifically:

ROOTINO -> UFS_ROOTINO
WINO -> UFS_WINO
NXADDR -> UFS_NXADDR
NDADDR -> UFS_NDADDR
NIADDR -> UFS_NIADDR
MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)

Prefix ext2's and nandfs's NDADDR and NIADDR with EXT2_ and NANDFS_

Obtained from: NetBSD

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to prefix 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.
kib edited edge metadata.

What about I* symbols from ufs/dinode.h ?

This revision is now accepted and ready to land.Feb 11 2017, 1:34 PM
mckusick edited edge metadata.

This looks like a useful change and should have no effect on functionality.

This revision was automatically updated to reflect the committed changes.