io_uring: cleanup handle_tw_list() calling convention
authorJens Axboe <axboe@kernel.dk>
Fri, 2 Feb 2024 17:06:38 +0000 (10:06 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Feb 2024 20:27:06 +0000 (13:27 -0700)
commit42c0905f0cac9a86d2cb8138665a6d62ea607078
tree35bc5e66e87e7ba8bbfffbb2ee2d9ee77b3c6c16
parent3cdc4be114a9be61b7041a53e44aa71718a7cf28
io_uring: cleanup handle_tw_list() calling convention

Now that we don't loop around task_work anymore, there's no point in
maintaining the ring and locked state outside of handle_tw_list(). Get
rid of passing in those pointers (and pointers to pointers) and just do
the management internally in handle_tw_list().

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