sbitmap: Delete old sbitmap_queue_get_shallow()
authorJohn Garry <john.garry@huawei.com>
Tue, 8 Feb 2022 12:07:04 +0000 (20:07 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 8 Feb 2022 13:55:49 +0000 (06:55 -0700)
commit3f607293b74d6acb06571a774a500143c1f0ed2c
tree701c405641c19c2c7d131e2474ff594036cea0d7
parent3301bc53358a0eb0a0db65fd7a513cd4cb50c83a
sbitmap: Delete old sbitmap_queue_get_shallow()

Since __sbitmap_queue_get_shallow() was introduced in commit c05e66733788
("sbitmap: add sbitmap_get_shallow() operation"), it has not been used.

Delete __sbitmap_queue_get_shallow() and rename public
__sbitmap_queue_get_shallow() -> sbitmap_queue_get_shallow() as it is odd
to have public __foo but no foo at all.

Signed-off-by: John Garry <john.garry@huawei.com>
Link: https://lore.kernel.org/r/1644322024-105340-1-git-send-email-john.garry@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-tag.c
include/linux/sbitmap.h
lib/sbitmap.c