commit | 6f5ba581c0d3ba0a76fe138123c1c2817ffcbeb1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Feb 07 10:22:37 2014 -0800 |
committer | Jens Axboe <axboe@fb.com> | Fri Feb 07 11:58:54 2014 -0700 |
tree | 48570824d90e7290ae71046b9824e2edfd992b2b | |
parent | 72a0a36e2854a6eadb4cf2561858f613f9cd4639 [diff] |
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>