Commit dc919caf authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <axboe@kernel.dk>
parent ed29b0b4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment