commit | 003e8dccdb22712dae388e682182d5f08b32386f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Mar 06 09:22:27 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Mar 06 10:57:01 2021 -0700 |
tree | b18f14ad2a6136337253510085e4a27b56c11c84 | |
parent | 886d0137f104a440d9dfa1d16efc1db06c9a2c02 [diff] |
io-wq: always track creds for async issue If we go async with a request, grab the creds that the task currently has assigned and make sure that the async side switches to them. This is handled in the same way that we do for registered personalities. Signed-off-by: Jens Axboe <axboe@kernel.dk>