engines/io_uring: set coop taskrun, single issuer and defer taskrun
authorAnkit Kumar <ankit.kumar@samsung.com>
Tue, 11 Oct 2022 10:59:35 +0000 (16:29 +0530)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Oct 2022 13:19:35 +0000 (07:19 -0600)
commit07f78c37833730594778fb5684ac6ec40d0289f8
treec66ccd58cc1ec98138a7f06a212d323093b7ef29
parentb19c5ee1357ffb74f4de57b1617364bbbaacf1a0
engines/io_uring: set coop taskrun, single issuer and defer taskrun

Add missing changes to io_uring_cmd I/O engine for COOP_TASKRUN
This was introduced for io_uring in commit 4d22c103

Add missing changes to io_uring_cmd I/O engine to set single issuer
and defer taskrun. This was introduced for io_uring in commit e453f369

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
Link: https://lore.kernel.org/r/20221011105935.10455-2-ankit.kumar@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/io_uring.c