commit | 9aaf354352f1142831457492790d6bfa9c883021 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Oct 22 16:47:17 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Oct 23 13:07:12 2020 -0600 |
tree | 18276d1e4695df05950fe985d7125e56eee62747 | |
parent | feaadc4fc2ebdbd53ffed1735077725855a2af53 [diff] |
io_uring: simplify nxt propagation in io_queue_sqe Don't overuse goto's, complex control flow doesn't make compilers happy and makes code harder to read. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>