sbitmap: make sb_for_each_fn() return void mq-inflight.2
authorJens Axboe <axboe@kernel.dk>
Thu, 3 Aug 2017 21:22:45 +0000 (15:22 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 4 Aug 2017 14:49:01 +0000 (08:49 -0600)
commitc687c89d7537b388d0900144dfdad0864fd06c6e
tree407284ce189ac2d6f6ab3855d6eed7ab6fee8ef4
parent5d016f1b9f3ff1eafaa6e1c289e7a68a11e7083b
sbitmap: make sb_for_each_fn() return void

The intent was for users to be able to continue/break iteration
based on the return value of this callback function, but all
callers now always return true. Hence it's pointless to return
anything at all. Change it to void, and update the users of it.

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