io_uring: store timeout's sqe->off in proper place
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 25 Nov 2019 20:14:38 +0000 (23:14 +0300)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Nov 2019 22:02:56 +0000 (15:02 -0700)
commitcc42e0ac17d3664a70e020dfe7897f14e7aa7453
treec5b3956c7d10e89226590c4c79748cd9c8c43917
parentd69e07793f891524c6bbf1e75b9ae69db4450953
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>
fs/io_uring.c