blk-mq: fix allocation of set->tags
authorMing Lei <tom.leiming@gmail.com>
Sat, 19 Apr 2014 10:00:17 +0000 (18:00 +0800)
committerJens Axboe <axboe@fb.com>
Mon, 30 Mar 2015 18:54:45 +0000 (12:54 -0600)
commitb183c3867116107c74c7f2c06667e6996f20dfa8
tree7b16665c255b60c1e3e0031cb97ab05ec134be9c
parent4800cb60a372258e55a378eb864fab3ee84d3bcd
blk-mq: fix allocation of set->tags

type of set->tags is struct blk_mq_tags **.

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