io_uring/net: merge ubuf sendzc callbacks
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 7 Apr 2024 23:54:55 +0000 (00:54 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:26 +0000 (08:10 -0600)
commit998632921d28a6d360d2a6d7ffcfbcf4f6f17fc2
treeb7f38f146ab0f980a04cc06bd4ce584cc56798ef
parentbbbef3e9d2a82754bd72a86ba1352cfc17bf31a7
io_uring/net: merge ubuf sendzc callbacks

Splitting io_tx_ubuf_callback_ext from io_tx_ubuf_callback is a pre
mature optimisation that doesn't give us much. Merge the functions into
one and reclaim some simplicity back.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/d44d68f6f7add33a0dcf0b7fd7b73c2dc543604f.1712534031.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/notif.c