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>
Mon, 22 Feb 2021 00:25:22 +0000 (17:25 -0700)
commitc6d77d92b7e53b24e8e74a58e6ef2056385cc780
tree072041f2d127ce838e4bd5c7cdf06a02e2a744fe
parent3bfe6106693b6b4ba175ad1f929c4660b8f59ca8
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