Skip to content
Commit 42c0905f authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <axboe@kernel.dk>
parent 3cdc4be1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment