io_uring: remove extra TIF_NOTIFY_SIGNAL check
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 25 Jun 2022 10:53:00 +0000 (11:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:16 +0000 (18:39 -0600)
commitad8b261d837400cb7ccc339e81d7c35ab018acd8
tree87cb48da745d3b9cd44fa6c0c7065288cfea440f
parent3218e5d32dbcf1b9c6dc589eca21deebb14215fa
io_uring: remove extra TIF_NOTIFY_SIGNAL check

io_run_task_work() accounts for TIF_NOTIFY_SIGNAL, so no need to have an
second check in io_run_task_work_sig().

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