io_uring/net: un-indent mshot retry path in io_recv_finish()
authorJens Axboe <axboe@kernel.dk>
Mon, 29 Jan 2024 18:54:18 +0000 (11:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 29 Jan 2024 20:19:26 +0000 (13:19 -0700)
commit91e5d765a82fb2c9d0b7ad930d8953208081ddf1
treed32c333bab19ce1d95981eacce48a674ee46fddb
parente84b01a880f635e3084a361afba41f95ff500d12
io_uring/net: un-indent mshot retry path in io_recv_finish()

In preparation for putting some retry logic in there, have the done
path just skip straight to the end rather than have too much nesting
in here.

No functional changes in this patch.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c