diff options
author | Jens Axboe <axboe@fb.com> | 2014-11-17 20:43:42 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-11-17 20:43:42 +0300 |
commit | 9d135bb8c2a0d2e54b84ebc1b7d41852614fead8 (patch) | |
tree | 75b9f750cd85b461a490631cf10d7b1c70904c8e /init/do_mounts_md.c | |
parent | 8d76d1015d86f2b66c872fbcaf46072228d757a5 (diff) | |
download | linux-9d135bb8c2a0d2e54b84ebc1b7d41852614fead8.tar.xz |
NVMe: replace blk_put_request() with blk_mq_free_request()
No point in using blk_put_request(), since we know we are blk-mq.
This only makes sense in core code where we could be dealing with
either legacy or blk-mq drivers. Additionally, use
blk_mq_free_hctx_request() for the request completion fast path,
where we already know the mapping from request to hardware queue.
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'init/do_mounts_md.c')
0 files changed, 0 insertions, 0 deletions