cfq-iosched: remove the implicit queue kicking in slice expire
authorJens Axboe <jens.axboe@oracle.com>
Fri, 19 Jan 2007 01:09:53 +0000 (12:09 +1100)
committerJens Axboe <axboe@carl.home.kernel.dk>
Sun, 11 Feb 2007 22:14:45 +0000 (23:14 +0100)
commit28f95cbc3ec01f2c7d248e1a4a384f37e9c2ab16
tree81981dbecdfbf657bb0b099cd23fb794789b3cc2
parent3c6bd2f879d2c12ce369fe5f75e608ac7bacf01a
cfq-iosched: remove the implicit queue kicking in slice expire

We only really need it for a process going away, so move it to
those locations.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c