commit | 500a373d731ac506612db12631ec21295c1ff360 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Oct 15 17:38:03 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Oct 17 09:25:46 2020 -0600 |
tree | e2f3e0f98abb185d1d52765b6ccd4c16558d6727 | |
parent | 5c3462cfd123b341c9d3c947c1a2bab373f1697f [diff] |
io_uring: assign new io_identity for task if members have changed This avoids doing a copy for each new async IO, if some parts of the io_identity has changed. We avoid reference counting for the normal fast path of nothing ever changing. Signed-off-by: Jens Axboe <axboe@kernel.dk>