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>
Tue, 27 May 2014 14:34:45 +0000 (08:34 -0600)
commit1f9f07e917f43af420f8cb3afc2b3fa703cea6e9
treefceb97830c0601462a0dbb7547057c9cca41579e
parent35086784caec571be185f643eb1b045a275d60b3
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