]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - block/blk-core.c
blk-mq: divert __blk_put_request for MQ ops
authorChristoph Hellwig <hch@infradead.org>
Fri, 7 Feb 2014 18:22:37 +0000 (10:22 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 7 Feb 2014 18:58:54 +0000 (11:58 -0700)
commit6f5ba581c0d3ba0a76fe138123c1c2817ffcbeb1
tree48570824d90e7290ae71046b9824e2edfd992b2b
parent72a0a36e2854a6eadb4cf2561858f613f9cd4639
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