io_uring/net: use struct io_br_sel->val as the recv finish value
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 02:03:37 +0000 (20:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 11:37:40 +0000 (05:37 -0600)
commit799e81d15393e7d7217d7b39ae85f77f7d543a51
tree0ea7ee459b80e88bf0f2543300dd60488e5a66d9
parent821916dfa13a96fae5abaa97d688f37a482da21b
io_uring/net: use struct io_br_sel->val as the recv finish value

Currently a pointer is passed in to the 'ret' in the receive handlers,
but since we already have a value field in io_br_sel, just use that.
This is also in preparation for needing to pass in struct io_br_sel
to io_recv_finish() anyway.

Link: https://lore.kernel.org/r/20250821020750.598432-10-axboe@kernel.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c