]> git.neil.brown.name Git - history.git/commit
[PATCH] io scheduler oops fixes
authorAndrew Morton <akpm@osdl.org>
Wed, 22 Oct 2003 01:23:26 +0000 (18:23 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 22 Oct 2003 01:23:26 +0000 (18:23 -0700)
commite9cfdad810eaaa60c94877631187c80a030a897b
treec73301491939ab2bc7661e06dea7958fa3e99fd9
parent5ec371b75fa6109672477988216412c52805c6c4
[PATCH] io scheduler oops fixes

Peter Osterlund <petero2@telia.com> notes oopses in the anticipatory
scheduler with slab poisoning enabled due to arq->rb_node.rb_right being
uninitialised.  So wipe the whole thing when we allocate it.

deadline seems to have the same problem.
drivers/block/as-iosched.c
drivers/block/deadline-iosched.c