blk-mq: divert __blk_put_request for MQ ops
authorChristoph Hellwig <hch@infradead.org>
Tue, 18 Feb 2014 17:24:16 +0000 (09:24 -0800)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:41 +0000 (12:54 -0600)
commit48ac0def3af8c526cd968e8266a97daf1a98ddc2
tree7c6fa8f9f6f1c4a82cd3b7a9afbfa8d74aa29265
parent1415311ffd8ee31ce4f13f64a76d55e9b53fa4b2
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 <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c