[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)
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>

No differences found