Skip to content
Commit 506d95ff authored by Jens Axboe's avatar Jens Axboe
Browse files

io-wq: remove worker->wait waitqueue



We only have one cases of using the waitqueue to wake the worker, the
rest are using wake_up_process(). Since we can save some cycles not
fiddling with the waitqueue io_wqe_worker(), switch the work activation
to task wakeup and get rid of the now unused wait_queue_head_t in
struct io_worker.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 4e88d6e7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment