linux/io_uring
Jens Axboe dc919caff6 io_uring: move req async preparation into opcode handler
Define an io_op_def->prep_async() handler and push the async preparation
to there. Since we now have that, we can drop ->needs_async_setup, as
they mean the same thing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-24 18:39:10 -06:00
..
io_uring.c io_uring: move req async preparation into opcode handler 2022-07-24 18:39:10 -06:00
io-wq.c
io-wq.h
Makefile