Skip to content
Commit 69fb2131 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: base SQPOLL handling off io_sq_data



Remove the SQPOLL thread from the ctx, and use the io_sq_data as the
data structure we pass in. io_sq_data has a list of ctx's that we can
then iterate over and handle.

As of now we're ready to handle multiple ctx's, though we're still just
handling a single one after this patch.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 534ca6d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment