]> git.baikalelectronics.ru Git - kernel.git/commit
Fix up CFQ scheduler for recent rbtree node shrinkage
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Jun 2006 02:44:03 +0000 (19:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Jun 2006 02:44:03 +0000 (19:44 -0700)
commit14fdcdd00764fbcfac91964e6c220ceb90f7fc24
tree465b955a8055639828ef64bc963ddead4e44d3c8
parentadbc3833ac1ef65a14f270e3d5d6556b8fd7b7b0
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 <torvalds@osdl.org>
block/cfq-iosched.c