commit | 7baa85727d0406ffd2b2303cd803a145aa35c505 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 08 10:24:07 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 08 10:24:07 2018 -0700 |
tree | 580e8cf709bda194b7271ca9310f11ea0d8b14e3 | |
parent | c28445fa06a3a54e06938559b9514c5a7f01c90f [diff] |
blk-mq-tag: change busy_iter_fn to return whether to continue or not We have this functionality in sbitmap, but we don't export it in blk-mq for users of the tags busy iteration. This can be useful for stopping the iteration, if the caller doesn't need to find more requests. Reviewed-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>