From: Jens Axboe Date: Mon, 9 Jan 2006 15:02:34 +0000 (+0100) Subject: [BLOCK] ll_rw_blk: Enable out-of-order request completions through softirq X-Git-Tag: v2.6.16-rc1~672^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff856bad67cb65cb4dc4ef88b808804fc4265782;p=pandora-kernel.git [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: Jens Axboe --- Reading git-diff-tree failed