From: Linus Torvalds Date: Wed, 21 Jun 2006 02:44:03 +0000 (-0700) Subject: Fix up CFQ scheduler for recent rbtree node shrinkage X-Git-Tag: v2.6.18-rc1~1096 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b41fd1785f4effe2f3bd40da864415812f5b8c9;p=pandora-kernel.git Fix up CFQ scheduler for recent rbtree node shrinkage The color is now in the low bits of the parent pointer, and initializing it to 0 happens as part of the whole memset above, so just remove the unnecessary RB_CLEAR_COLOR. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed