sbitmap: add batch tag retrieval
authorJens Axboe <axboe@kernel.dk>
Mon, 30 Dec 2019 05:04:15 +0000 (22:04 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Jan 2020 16:27:57 +0000 (09:27 -0700)
commitbc635304385d1348c8e2e838e9574f6753ac4942
tree8a83fcff7ad0765ed4d4017163284ee9cc84f2e5
parent0dc1e614382670e4a3b17f312583c38d7a8ca5f3
sbitmap: add batch tag retrieval

This allows retrieving a batch of tags by the caller, instead of getting
them one at the time.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/sbitmap.h
lib/sbitmap.c