From: Christoph Hellwig Date: Fri, 7 Feb 2014 18:22:37 +0000 (-0800) Subject: blk-mq: divert __blk_put_request for MQ ops X-Git-Tag: v3.14-rc3~22^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f5ba581c0d3ba0a76fe138123c1c2817ffcbeb1;p=pandora-kernel.git blk-mq: divert __blk_put_request for MQ ops __blk_put_request needs to call into the blk-mq code just like blk_put_request. As we don't have the queue lock in this case both end up calling the same function. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed