commit | 1aec5e4a2962f7e0b3fb3e7308dd726be2472c26 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Oct 08 05:44:23 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 18 14:40:42 2021 -0600 |
tree | 8a64f12d112fa47f632b9edfc73c873a6b001e47 | |
parent | 5a72e899ceb465d731c413d57c6c12cdbf88303c [diff] |
sbitmap: add helper to clear a batch of tags sbitmap currently only supports clearing tags one-by-one, add a helper that allows the caller to pass in an array of tags to clear. Signed-off-by: Jens Axboe <axboe@kernel.dk>