blk-mq: export blk_mq_free_request()
authorJens Axboe <axboe@fb.com>
Mon, 17 Nov 2014 17:40:48 +0000 (10:40 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 17 Nov 2014 17:40:48 +0000 (10:40 -0700)
commit1a3b595a281a44be4074fe33b317a0a4854b4197
tree977de26d247880171c3ae19f58cf17569c86c4ed
parent2a90d4aae5509e9cf1ba848c5d0b3458201160a0
blk-mq: export blk_mq_free_request()

Drivers that know they are blk-mq should just use this function
instead of calling through blk_put_request().

Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c