commit | 682076801a2f46867743d9520d228e3c7eca751f | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Mar 22 01:58:25 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Apr 11 17:41:59 2021 -0600 |
tree | fdff1837ed616cf311fdfb6ffad5e5bc4cff1811 | |
parent | d4729fbde7665e81f4345e04e2ca86c0b52994d3 [diff] |
io_uring: don't do extra EXITING cancellations io_match_task() matches all requests with PF_EXITING task, even though those may be valid requests. It was necessary for SQPOLL cancellation, but now it kills all requests before exiting via io_uring_cancel_sqpoll(), so it's not needed. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>