From: Christoph Hellwig Date: Thu, 20 Feb 2014 23:32:38 +0000 (-0800) Subject: blk-mq: support partial I/O completions X-Git-Tag: v3.15-rc1~135^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7237c740b04fd173cb24391d3e5be79ebd8d485f;p=pandora-kernel.git blk-mq: support partial I/O completions Add a new blk_mq_end_io_partial function to partially complete requests as needed by the SCSI layer. We do this by reusing blk_update_request to advance the bio instead of having a simplified version of it in the blk-mq code. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed