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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2024 18:10:56 +0000 (19:10 +0100)
commiteac52bfe2333acb382cf03db5186587ee96eda4a
treefd75aeeccd9cb5219b5fcc06f7805d7a32f1dd38
parent0848bf7e539aa33975c4a216444139532e4b526a
io_uring/net: un-indent mshot retry path in io_recv_finish()

Commit 91e5d765a82fb2c9d0b7ad930d8953208081ddf1 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/net.c