io_uring: kill extra wake_up_process in tw add
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 8 Sep 2021 15:40:53 +0000 (16:40 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 11:49:52 +0000 (05:49 -0600)
commitd97ec6239ad8684e4d31b12b39cefca6782c09a3
tree1c97df68ddb81ce9e542e2995ee7d3a5bcbc108c
parentc450178d9be9dc44327f3b526f82c36e4c5d362b
io_uring: kill extra wake_up_process in tw add

TWA_SIGNAL already wakes the thread, no need in wake_up_process() after
it.

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