commit | 2e5aa6cb4d159f1785eee50e4bcc7e9ffd4e4690 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Oct 18 10:17:37 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 19 13:29:29 2020 -0600 |
tree | ece4dfb017ba88a6ec6a24d8118d5e25b5570c2b | |
parent | 9ba0d0c81284f4ec0b24529bdba2fc68b9d6a09a [diff] |
io_uring: flags-based creds init in queue Use IO_WQ_WORK_CREDS to figure out if req has creds to be used. Since recently it should rely only on flags, but not value of work.creds. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>