-
Jens Axboe authored
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>
dc919caf
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>