commit | f6f7f903e78dddcb1e1552b896e0e3e9c14c17ae | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Nov 30 15:21:51 2022 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 30 10:26:57 2022 -0700 |
tree | 45bf19b6b6587bfa906a5823846cc64cd25cf747 | |
parent | b2cf789f6cb6d449f2b457ee3fb055b7f431481f [diff] |
io_uring: kill io_poll_issue's PF_EXITING check We don't need to worry about checking PF_EXITING in io_poll_issue(). task works using the function should take care of it and never try to resubmit / retry if the task is dying. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/2e9dc998dc07507c759a0c9cb5d2fbea0710d58c.1669821213.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>