commit | d01905db14eb6223dd1c375001f4daa26cb15c1f | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Oct 23 12:13:57 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 25 07:42:29 2021 -0600 |
tree | e08a48ee210fbbaf53fa5944e4e6018fb924274d | |
parent | 255657d237042fd51673aef6f22463f662f9933f [diff] |
io_uring: clean iowq submit work cancellation If we've got IO_WQ_WORK_CANCEL in io_wq_submit_work(), handle the error on the same lines as the check instead of having a weird code flow. The main loop doesn't change but goes one indention left. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/ff4a09cf41f7a22bbb294b6f1faea721e21fe615.1634987320.git.asml.silence@gmail.com Reviewed-by: Hao Xu <haoxu@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>