Page MenuHomeFreeBSD

cam: Remove CAM_TRUE and CAM_FALSE, they are unused and duplicate bool
ClosedPublic

Authored by imp on Jun 23 2021, 8:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 7:11 AM
Unknown Object (File)
Thu, Mar 12, 9:32 AM
Unknown Object (File)
Mon, Mar 9, 12:57 PM
Unknown Object (File)
Mon, Mar 2, 6:18 PM
Unknown Object (File)
Thu, Feb 19, 5:15 PM
Unknown Object (File)
Jan 31 2026, 5:54 AM
Unknown Object (File)
Jan 30 2026, 3:44 AM
Unknown Object (File)
Jan 29 2026, 10:46 AM
Subscribers

Details

Summary

These were in the original CAM commit in 3.x, but were not used there,
nor have they been used since then that I can tell.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40064
Build 36953: arc lint + arc unit

Event Timeline

imp requested review of this revision.Jun 23 2021, 8:37 PM
scottl added a subscriber: scottl.

Part of me feels that abstracted definitions for implementation semantics is good API design, but it sounds like this is a good candidate for garbage collection.

This revision is now accepted and ready to land.Jun 24 2021, 1:31 AM

Part of me feels that abstracted definitions for implementation semantics is good API design, but it sounds like this is a good candidate for garbage collection.

Had they been in use, I'd likely not have bothered to try to eliminate them as is the trend elsewhere for other non-standard bools... But since they were unused for 23 years, I rather suspected they weren't in line for use any time soon.