commit | 181e448d8709e517c9c7b523fcd209f24eb38ca7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 08:52:30 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:56:11 2019 -0700 |
tree | 0245d1dc6356bd397fb604a28b5f9f716060b37f | |
parent | 576a347b7af8abfbddc80783fb6629c2894d036e [diff] |
io_uring: async workers should inherit the user creds If we don't inherit the original task creds, then we can confuse users like fuse that pass creds in the request header. See link below on identical aio issue. Link: https://lore.kernel.org/linux-fsdevel/26f0d78e-99ca-2f1b-78b9-433088053a61@scylladb.com/T/#u Signed-off-by: Jens Axboe <axboe@kernel.dk>