commit | ea1164e574e9af0a15ab730ead0861a4c7724142 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Jun 30 15:20:41 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 30 09:32:04 2020 -0600 |
tree | 8b40ae3a32753a378a024bf3d984416ee766b1dc | |
parent | cf2f54255d0342cfbd273cbb964ad6bc7674f587 [diff] |
io_uring: fix NULL mm in io_poll_task_func() io_poll_task_func() hand-coded link submission forgetting to set TASK_RUNNING, acquire mm, etc. Call existing helper for that, i.e. __io_req_task_submit(). Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>