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

io_uring: store io_identity in io_uring_task



This is, by definition, a per-task structure. So store it in the
task context, instead of doing carrying it in each io_kiocb. We're being
a bit inefficient if members have changed, as that requires an alloc and
copy of a new io_identity struct. The next patch will fix that up.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1e6fa521
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