Skip to content
Commit 569fd0ce authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: fix iteration of busy bitmap



Commit 889fa31f was a bit too eager in reducing the loop count,
so we ended up missing queues in some configurations. Ensure that
our division rounds up, so that's not the case.

Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
Fixes: 889fa31f ("blk-mq: reduce unnecessary software queue looping")
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 54e514b9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment