Page MenuHomeFreeBSD

Supply RB_COLOR macro
ClosedPublic

Authored by dougm on Jun 9 2020, 11:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 11:33 PM
Unknown Object (File)
Fri, Mar 13, 5:51 AM
Unknown Object (File)
Sun, Mar 8, 11:04 AM
Unknown Object (File)
Fri, Mar 6, 8:22 AM
Unknown Object (File)
Sat, Feb 28, 12:57 PM
Unknown Object (File)
Sat, Feb 28, 3:51 AM
Unknown Object (File)
Tue, Feb 24, 3:29 PM
Unknown Object (File)
Dec 27 2025, 12:33 PM
Subscribers

Details

Summary

Lint kernels define DIAGNOSTIC and depend on RB_COLOR in subr_stats.c. Provide an RB_COLOR macro for them.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Jun 9 2020, 11:14 PM
dougm created this revision.

Include the root-of-tree case.

Same change as before, from the right directory this time.

I'm also happy to just change the subr_stats.c code. Having RB_TREE and ARB_TREE bound tightly like this makes another RB_TREE change I'm considering impossible.

I think this is fine as an interim solution if it fixes the build. I don't see any problem with modifying the stats code as you see fit, though. It was added to FreeBSD only quite recently.

This revision is now accepted and ready to land.Jun 9 2020, 11:53 PM