]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] cciss: fix stall with softirq handling and CFQ
authorJens Axboe <axboe@suse.de>
Tue, 25 Jul 2006 13:02:48 +0000 (15:02 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 25 Jul 2006 13:02:48 +0000 (15:02 +0200)
commit7b30f09245d0e6868819b946b2f6879e5d3d106b
tree5b5d2aa022882aeedc2d84e04181eaf4fb8bcb37
parentb4e54de8d34afe7fcf08bfe91070d9dfeae6ed27
[PATCH] cciss: fix stall with softirq handling and CFQ

We need to postpone the queue startup until after the softirq
handler has actually finished some requests, otherwise we could
be racing with cciss_softirq_done() and not actually restart
the queue handling.

Signed-off-by: Jens Axboe <axboe@suse.de>
drivers/block/cciss.c