Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
Since it is now possible for a tagset to share a single set of tags, the iter function should not re-iter the tags for the count of #hw queues in that case. Rather it should just iter once. Fixes: e155b0c ("blk-mq: Use shared tags for shared sbitmap support") Reported-by: Kashyap Desai <[email protected]> Signed-off-by: John Garry <[email protected]> Reviewed-by: Ming Lei <[email protected]> Tested-by: Kashyap Desai <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information