io_uring/bundle: enable use of IOSQE_ASYNC for bundle requests
authorJens Axboe <axboe@kernel.dk>
Tue, 22 Nov 2022 22:22:07 +0000 (15:22 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Jan 2023 20:45:32 +0000 (13:45 -0700)
commit9b51fcb1ff748ec4dc146c94f6354651cdd40b15
treed867d6e1202f6e35557da81ed1e6b605b1c4dbb7
parent2f3a7d309a69f171c4cd83b37ea1099f0548ecaa
io_uring/bundle: enable use of IOSQE_ASYNC for bundle requests

We can't set IOSQE_ASYNC on the bundle request itself, but we can set it
on any member of the bundle. Ensure we actually queue async if that flag
is set.

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