From: David Woodhouse Date: Fri, 21 Apr 2006 12:12:44 +0000 (+0100) Subject: [RBTREE] Add accessor macros for colour and parent fields of rb_node X-Git-Tag: v2.6.18-rc1~1104^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe1e133bf45b0fe70491ed3d4c5b491feff7aa8;p=pandora-kernel.git [RBTREE] Add accessor macros for colour and parent fields of rb_node 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 --- Reading git-diff-tree failed