diff --git a/fs/io_uring.c b/fs/io_uring.c index 2b3e1df222380f8db3ed748779bbea1b0db0d623..fd19c8b803172c93f874b3965667e47c712b03cb 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -5692,6 +5692,7 @@ static void io_queue_sqe(struct io_kiocb *req, const struct io_uring_sqe *sqe) * Never try inline submit of IOSQE_ASYNC is set, go straight * to async execution. */ + io_req_init_async(req); req->work.flags |= IO_WQ_WORK_CONCURRENT; io_queue_async_work(req); } else {