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>
Mon, 19 Aug 2024 23:22:20 +0000 (17:22 -0600)
commitb70824219f228a9fa7c2bd1fc6b5a1fba882a08e
treed1773551a889c8d602a72f849760c4f575864016
parent08b2c977a8082a399f835baef9ede17b3253db21
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