io_uring/net: get rid of io_notif_complete_tw_ext
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 7 Apr 2024 23:54:56 +0000 (00:54 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:26 +0000 (08:10 -0600)
commit6b7f864bb70591b1ba8f538c13de2a8396bfec8a
treed29bad983f41118383a1aae933809c0be3de81f8
parent998632921d28a6d360d2a6d7ffcfbcf4f6f17fc2
io_uring/net: get rid of io_notif_complete_tw_ext

io_notif_complete_tw_ext() can be removed and combined with
io_notif_complete_tw to make it simpler without sacrificing
anything.

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