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>
Thu, 21 Aug 2025 11:37:40 +0000 (05:37 -0600)
commitbf02f78ae8fb9e8428472d858ce720d2c8fbda5c
treeeae4d85d8e06945bb285a69614ad3c93bc2b5551
parent799e81d15393e7d7217d7b39ae85f77f7d543a51
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