commit | 75c6a03904e0dd414a4d99a3072075cb5117e5bc | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Jan 28 10:15:23 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jan 28 17:45:31 2020 -0700 |
tree | e32857a196c48554c0a1b746410286d4e4e130f0 | |
parent | 071698e13ac6ba786dfa22349a7b62deb5a9464d [diff] |
io_uring: support using a registered personality for commands For personalities previously registered via IORING_REGISTER_PERSONALITY, allow any command to select them. This is done through setting sqe->personality to the id returned from registration, and then flagging sqe->flags with IOSQE_PERSONALITY. Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>