]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8070de2f331c488c859d0054b7d78ea2a71cee8c
treec5b3956c7d10e89226590c4c79748cd9c8c43917
parent70f316755b353c2491fa60d688736a0c96d92854
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