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:
Jens Axboe <axboe@kernel.dk>
Loading
-
mentioned in commit f0fe4f76
-
mentioned in commit 0380da7f
-
mentioned in commit 6522bf85
-
mentioned in commit 37d2d642
-
mentioned in commit 30d3caba
-
mentioned in commit 5a7c3f60
-
mentioned in commit 77a735fe
-
mentioned in commit 1523779a
-
mentioned in commit daee40c3
-
mentioned in commit d8393948
-
mentioned in commit eb34c25d
-
mentioned in commit 673c21e8
-
mentioned in commit 9ab400c0
Please sign in to comment