commit | cf2f54255d0342cfbd273cbb964ad6bc7674f587 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Jun 30 15:20:40 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jun 30 09:32:04 2020 -0600 |
tree | 8cb0f93ee06dae7de8abc6b4416f4d71e87082d4 | |
parent | ab0b6451db2a8ed630b89ef3826b8ea994149444 [diff] |
io_uring: don't fail iopoll requeue without ->mm Actually, io_iopoll_queue() may have NULL ->mm, that's if SQ thread didn't grabbed mm before doing iopoll. Don't fail reqs there, as after recent changes it won't be punted directly but rather through task_work. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>