blk-mq: export blk_mq_free_request()
authorJens Axboe <axboe@fb.com>
Tue, 18 Nov 2014 20:29:52 +0000 (13:29 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:55 +0000 (12:54 -0600)
commiteabfb688df671c99bb5a1f62692a34fbf0e217ba
tree554dc121fb6eff78dbba1bc130a7e1787978402c
parent888fdc1887dd1c9942ab382d1b5627680d868b2f
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