commit | b29472ee7b53784f44011069fad15e539fd25bcf | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Dec 17 18:50:29 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 17 19:57:27 2019 -0700 |
tree | ddbf7808f953b62e1f66bcd1b59bdf1d6c91cf90 | |
parent | fbf23849b1724d3ea362e346d0877a8d87978fe6 [diff] |
io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable If we defer this command as part of a link, we have to make sure that the SQE data has been read upfront. Integrate the timeout remove op into the prep handling to make it safe for SQE reuse. Signed-off-by: Jens Axboe <axboe@kernel.dk>