]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c3702e2500b1cf13987c0d61f72e7b60283b962
tree701c405641c19c2c7d131e2474ff594036cea0d7
parente10ba1d529b7ffd7e9c288976ea978640d65e2e9
sbitmap: Delete old sbitmap_queue_get_shallow()

Since __sbitmap_queue_get_shallow() was introduced in commit a35a9b17325d
("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