commit | 26a61679f10c6f041726411964b172565021c2eb | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Dec 20 09:02:01 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Dec 20 09:55:33 2019 -0700 |
tree | 1c658228b395dab22415606a826f9c56567c6be4 | |
parent | e47293fdf98998292a89d516c8f7b8b9eb5c5213 [diff] |
io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler Add the count field to struct io_timeout, and ensure the prep handler has read it. Timeout also needs an async context always, set it up in the prep handler if we don't have one. Signed-off-by: Jens Axboe <axboe@kernel.dk>