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

[BLOCK] ll_rw_blk: Enable out-of-order request completions through softirq



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: default avatarJens Axboe <axboe@suse.de>
parent 5367f2d6
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