io-wq: worker idling always returns false
authorJens Axboe <axboe@kernel.dk>
Mon, 15 Feb 2021 20:26:34 +0000 (13:26 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 19 Feb 2021 17:02:35 +0000 (10:02 -0700)
commit7721dd953991ec67ebe46ca37ae5bc603467bead
tree0eb896cd1a1d41de82846816fdf0dc36bd6c8e93
parent6ca22ba592d9350387a05de2ba3b85d2d4f2c3c7
io-wq: worker idling always returns false

Remove the bool return, and the checking for it in the caller.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c