blk-mq: remove blk_mq_alloc_tag_set_tags
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Nov 2022 10:08:10 +0000 (11:08 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Nov 2022 18:18:09 +0000 (11:18 -0700)
commit5ee20298ff25e883d0668507b3216992a2e9e6cd
tree1e23d762a994b60eda28135c48705f4c4cb003c3
parent99771d73ff4539f2337b84917f4792abf0d8931b
blk-mq: remove blk_mq_alloc_tag_set_tags

There is no point in trying to share any code with the realloc case when
all that is needed by the initial tagset allocation is a simple
kcalloc_node.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20221109100811.2413423-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c