io_uring: simplify nxt propagation in io_queue_sqe
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 22 Oct 2020 15:47:17 +0000 (16:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Oct 2020 19:07:12 +0000 (13:07 -0600)
commit9aaf354352f1142831457492790d6bfa9c883021
tree18276d1e4695df05950fe985d7125e56eee62747
parentfeaadc4fc2ebdbd53ffed1735077725855a2af53
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>
fs/io_uring.c