Skip to content
Commit 7b30f092 authored by Jens Axboe's avatar Jens Axboe
Browse files

[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: default avatarJens Axboe <axboe@suse.de>
parent b4e54de8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment