]> www.infradead.org Git - users/hch/block.git/commit
blk-mq: Stop using pointers for blk_mq_tags bitmap tags
authorJohn Garry <john.garry@huawei.com>
Tue, 5 Oct 2021 10:23:38 +0000 (18:23 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 5 Oct 2021 12:36:07 +0000 (06:36 -0600)
commit51b548d7da6a41691c1134b7bd458d38b8fba1f5
tree4b5ebeb119e2c222ec2a94485ae060839ac030a6
parente0fdf846c7bb43b3c8886d02b5ce3e548da2a631
blk-mq: Stop using pointers for blk_mq_tags bitmap tags

Now that we use shared tags for shared sbitmap support, we don't require
the tags sbitmap pointers, so drop them.

This essentially reverts commit 222a5ae03cdd ("blk-mq: Use pointers for
blk_mq_tags bitmap tags").

Function blk_mq_init_bitmap_tags() is removed also, since it would be only
a wrappper for blk_mq_init_bitmaps().

Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: John Garry <john.garry@huawei.com>
Link: https://lore.kernel.org/r/1633429419-228500-14-git-send-email-john.garry@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c
block/blk-mq-debugfs.c
block/blk-mq-tag.c
block/blk-mq-tag.h
block/blk-mq.c
block/kyber-iosched.c
block/mq-deadline.c