io_uring/net: use struct io_br_sel->val as the send finish value
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 22:51:44 +0000 (16:51 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 00:45:01 +0000 (18:45 -0600)
commitcb95450b2927365ad6ed4f0fee54f870ed72be6c
tree4b101cee8b9fb1c06a7f00d5b68a56bf512747ca
parent1a177afe9339d8d2204b635cd650a46a77bcccd0
io_uring/net: use struct io_br_sel->val as the send finish value

Currently a pointer is passed in to the 'ret' in the send mshot handler,
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_send_finish() anyway.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c