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>
Thu, 21 Jul 2022 14:46:54 +0000 (08:46 -0600)
commit6465662ec252cc77486f0e55a2da7f3a25f5c538
tree6e6cc8c6d5ea3418d934fb1819d161d06e057e8d
parent004376248485f25d8b6155d78e5a9ca83c417c30
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