blk-mq: fix leak of hctx->ctx_map
authorMing Lei <tom.leiming@gmail.com>
Tue, 27 May 2014 14:34:45 +0000 (08:34 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:48 +0000 (12:54 -0600)
commit250507e9e12585e76a119e1612a4a0ca3c8d367a
tree7cf07f12affe6324990522e80985fc0d54e33f01
parented132e8039ebe8cf960f896f0f4a206824403f24
blk-mq: fix leak of hctx->ctx_map

hctx->ctx_map should have been freed inside blk_mq_free_queue().

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c