[RBTREE] Add accessor macros for colour and parent fields of rb_node
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 21 Apr 2006 12:12:44 +0000 (13:12 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 21 Apr 2006 12:12:44 +0000 (13:12 +0100)
This is in preparation for merging those fields into a single
'unsigned long', because using a whole machine-word for a single bit
of colour information is wasteful.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found