]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:14:29 +0000 (19:14 +0100)
commitf43a63eb189afb3fa2d27e1350c0a4adb2298376
tree2283352ff26e609e6b5ba3a8d23973e9316d3ebb
parent995d0204d94cea447184f5d1ab52a5fc2570a031
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