cfq-iosched: Don't clear queue stats when preempt.
authorJustin TerAvest <teravest@google.com>
Wed, 23 Mar 2011 07:25:44 +0000 (08:25 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 23 Mar 2011 07:25:44 +0000 (08:25 +0100)
commit62a37f6badd1ac97ba07d543b5d4be2f9cb17217
treeb659ac7b4c9fce787694bb8a33affa229d1cd552
parent04521db04e9a11e74b0252d222051cb194487f4d
cfq-iosched: Don't clear queue stats when preempt.

For v2, I added back lines to cfq_preempt_queue() that were removed
during updates for accounting unaccounted_time. Thanks for pointing out
that I'd missed these, Vivek.

Previous commit "cfq-iosched: Don't set active queue in preempt" wrongly
cleared stats for preempting queues when it shouldn't have, because when
we choose a queue to preempt, it still isn't necessarily scheduled next.

Thanks to Vivek Goyal for figuring this out and understanding how the
preemption code works.

Signed-off-by: Justin TerAvest <teravest@google.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/cfq-iosched.c