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, 21 Apr 2014 16:38:36 +0000 (10:38 -0600)
commit4847900532c2dc0fc77b67f745c20e636d5b3125
tree51f6c5e4fec5fc2af5aeb50086e9625fa364ef0b
parent11471e0d04f3762b9216d8421ce6e9d89b0bf450
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