commit | 1a3b595a281a44be4074fe33b317a0a4854b4197 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Mon Nov 17 10:40:48 2014 -0700 |
committer | Jens Axboe <axboe@fb.com> | Mon Nov 17 10:40:48 2014 -0700 |
tree | 977de26d247880171c3ae19f58cf17569c86c4ed | |
parent | 2a90d4aae5509e9cf1ba848c5d0b3458201160a0 [diff] |
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>