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>
Sun, 24 Aug 2025 17:41:12 +0000 (11:41 -0600)
commit58d815091890e83aa2f83a9cce1fdfe3af02c7b4
tree3eaf6a1c43b14d3abfc71bdaaf95871d9bcaf8e6
parent429884ff35f75a8ac3e8f822f483e220e3ea6394
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