io_uring/net: use struct io_br_sel->val as the send finish value
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Aug 2025 02:03:38 +0000 (20:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 24 Aug 2025 17:41:12 +0000 (11:41 -0600)
commit461382a51fb83a9c4b7c50e1f10d3ca94edff25e
tree890976d1ae23f4813360c2d8185fce65284ce5a2
parent58d815091890e83aa2f83a9cce1fdfe3af02c7b4
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.

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