Skip to content
Commit 6b41fd17 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarLinus Torvalds <torvalds@osdl.org>
parent 58dfd9c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment