]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[BLOCK] elevator: run queue in elevator_switch
authorTejun Heo <htejun@gmail.com>
Thu, 10 Nov 2005 07:48:21 +0000 (08:48 +0100)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 12 Nov 2005 09:55:37 +0000 (10:55 +0100)
commit407df2aa29a33fe16f6ee4bac8cdfa414783b9f1
tree137e536d79e9fc777adc8c5bde842fea8b53d88a
parent47a004103d663bbba8c7c433a710a86f44351cf3
[BLOCK] elevator: run queue in elevator_switch

elevator_dispatch needs to run queue after forced dispatching;
otherwise, the queue might stall.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jens Axboe <axboe@suse.de>
block/elevator.c