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:
5367f2d
)
[BLOCK] ll_rw_blk: Enable out-of-order request completions through softirq
author
Jens Axboe
<axboe@suse.de>
Mon, 9 Jan 2006 15:02:34 +0000
(16:02 +0100)
committer
Jens Axboe
<axboe@suse.de>
Mon, 9 Jan 2006 15:02:34 +0000
(16:02 +0100)
Request completion can be a quite heavy process, since it needs to
iterate through the entire request and complete the bio's it holds.
This patch adds blk_complete_request() which moves this processing
into a dedicated block softirq.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found