io_uring: encapsulate extraneous wait flags into a separate struct
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Aug 2024 22:13:32 +0000 (16:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 25 Aug 2024 14:27:01 +0000 (08:27 -0600)
commitf42b58e44802b0280a452a33fbeb37fee5b6318f
treec58c9816e32377b191293c7ab64f809393b17c27
parent2b8e976b984278edbeab3251d370e76d237699f9
io_uring: encapsulate extraneous wait flags into a separate struct

Rather than need to pass in 2 or 3 separate arguments, add a struct
to encapsulate the timeout and sigset_t parts of waiting. In preparation
for adding another argument for waiting.

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