commit | 901e59bba9ddad4bc6994ecb8598ea60a993da4c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Dec 04 10:34:03 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Dec 04 10:34:03 2019 -0700 |
tree | a6f4b85725762a9dbc3cb39ce100c22979c8f159 | |
parent | bca1c43cb2dbe4212aea0793bfd91aeb4c2d184d [diff] |
io_uring: allow IO_SQE_* flags on IORING_OP_TIMEOUT There's really no reason why we forbid things like link/drain etc on regular timeout commands. Enable the usual SQE flags on timeouts. Reported-by: 李通洲 <carter.li@eoitek.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>