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

io_uring: COW io_identity on mismatch



If the io_identity doesn't completely match the task, then create a
copy of it and use that. The existing copy remains valid until the last
user of it has gone away.

This also changes the personality lookup to be indexed by io_identity,
instead of creds directly.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 98447d65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment