commit | 6b41fd1785f4effe2f3bd40da864415812f5b8c9 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jun 20 19:44:03 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jun 20 19:44:03 2006 -0700 |
tree | 465b955a8055639828ef64bc963ddead4e44d3c8 | |
parent | 58dfd9c16e88b9d790e7df8f2c5b03b7887db54c [diff] |
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>