blk-mq: Rename blk_mq_update_tag_set_depth()
authorHannes Reinecke <hare@suse.de>
Wed, 19 Aug 2020 15:20:20 +0000 (23:20 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Sep 2020 21:20:46 +0000 (15:20 -0600)
commit655ac30094da0d724ce66161f15675d30da89cd8
tree4c5c5d1fecd761f0c32e932d7334c694952733d6
parent51db1c37ee166159c5753ce8d64d6bacf113e0f0
blk-mq: Rename blk_mq_update_tag_set_depth()

The function does not set the depth, but rather transitions from
shared to non-shared queues and vice versa.

So rename it to blk_mq_update_tag_set_shared() to better reflect
its purpose.

[jpg: take out some unrelated changes in blk_mq_init_bitmap_tags()]

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: John Garry <john.garry@huawei.com>
Tested-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c