io-wq: delete dead lock shuffling code
authorJens Axboe <axboe@kernel.dk>
Wed, 19 Jan 2022 20:11:58 +0000 (13:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Jan 2022 20:11:58 +0000 (13:11 -0700)
commit73031f761cb7c2397d73957d14d041c31fe58c34
treef0b1fefd54c62164d9ca724ac2b518c07fbd35e3
parentccbf726171b7328f800bc98005132fd77eb1a175
io-wq: delete dead lock shuffling code

We used to have more code around the work loop, but now the goto and
lock juggling just makes it less readable than it should. Get rid of it.

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