commit | 7b30f09245d0e6868819b946b2f6879e5d3d106b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Tue Jul 25 15:02:48 2006 +0200 |
committer | Jens Axboe <axboe@suse.de> | Tue Jul 25 15:02:48 2006 +0200 |
tree | 5b5d2aa022882aeedc2d84e04181eaf4fb8bcb37 | |
parent | b4e54de8d34afe7fcf08bfe91070d9dfeae6ed27 [diff] |
[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>