io_uring/net: dedup io_recv_finish req completion
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 8 Mar 2024 13:55:58 +0000 (13:55 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Mar 2024 14:59:20 +0000 (07:59 -0700)
commit1af04699c59713a7693cc63d80b29152579e61c3
treeee7f3cd9f3470be65a478c97788cbee955096a20
parente0e4ab52d17096d96c21a6805ccd424b283c3c6d
io_uring/net: dedup io_recv_finish req completion

There are two block in io_recv_finish() completing the request, which we
can combine and remove jumping.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/0e338dcb33c88de83809fda021cba9e7c9681620.1709905727.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c