io-wq: remove unused io_wqe_need_worker() function
authorJens Axboe <axboe@kernel.dk>
Tue, 20 Apr 2021 17:24:22 +0000 (11:24 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 20 Apr 2021 17:24:22 +0000 (11:24 -0600)
commiteb372672295450caa34875d64415735b26e7888a
tree0ae45b39d44d374fc114a115d3c5e246455cd183
parent734551df6f9bedfbefcd113ede665945e9de0b99
io-wq: remove unused io_wqe_need_worker() function

A previous commit removed the need for this, but overlooked that we no
longer use it at all. Get rid of it.

Fixes: 685fe7feedb9 ("io-wq: eliminate the need for a manager thread")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c