HomeFreeBSD

The linuxkpi code accesses left/right rb tree pointers without using

Description

The linuxkpi code accesses left/right rb tree pointers without using
RB_LEFT or RB_RIGHT, so they aren't stripping off the color bit
encoded there. Strip off that bit for linuxkpi.

Reported by: dch
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D25245

Details

Provenance
dougmAuthored on
Reviewer
markj
Differential Revision
D25245: strip color bit from rb tree pointers for linuxkpi
Parents
rS362107: Whitespace change due to upstream cleanup.
Branches
Unknown
Tags
Unknown