commit | cc42e0ac17d3664a70e020dfe7897f14e7aa7453 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Nov 25 23:14:38 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Nov 26 15:02:56 2019 -0700 |
tree | c5b3956c7d10e89226590c4c79748cd9c8c43917 | |
parent | d69e07793f891524c6bbf1e75b9ae69db4450953 [diff] |
io_uring: store timeout's sqe->off in proper place Timeouts' sequence offset (i.e. sqe->off) is stored in req->submit.sequence under a false name. Keep it in timeout.data instead. The unused space for sequence will be reclaimed in the following patches. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>