Skip to content
Commit f49eca21 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: add generic command payload type to struct io_kiocb



Each opcode generally has a command structure in io_kiocb which it can
use to store data associated with that request.

In preparation for having the core layer not know about what's inside
these fields, add a generic io_cmd_data type and put in the union as
well.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent dc919caf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment