io_uring: remove extra io_ring_exit_work wake up
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 6 Oct 2021 15:06:50 +0000 (16:06 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:55 +0000 (05:49 -0600)
commit0cd3e3ddb4f60062c401929b2005eb7ff6399a4d
tree566884b3f3e1187e1622b56e1a0d13cf0547ce9f
parent4a04d1d14831d31f2cd0e31eb1568cc9c1be0095
io_uring: remove extra io_ring_exit_work wake up

task_work_add() takes care of waking up the thread, remove useless
wake_up_process().

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/de9a71ee255112dcaed3b5d426be24934e74722c.1633532552.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c