git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e54de
)
[PATCH] cciss: fix stall with softirq handling and CFQ
author
Jens Axboe
<axboe@suse.de>
Tue, 25 Jul 2006 13:02:48 +0000
(15:02 +0200)
committer
Jens 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