From: Christoph Hellwig Date: Mon, 10 Feb 2014 11:24:39 +0000 (-0800) Subject: virtio_blk: use blk_mq_complete_request X-Git-Tag: v3.14-rc3~22^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5124c285797aa33d5fdb909fbe808a61bcc5eb9d;p=pandora-kernel.git virtio_blk: use blk_mq_complete_request Make sure to complete requests on the submitting CPU. Previously this was done in blk_mq_end_io, but the responsibility shifted to the drivers. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed