io_u: set io_u->verify_offset in fill_io_u()
authorJens Axboe <axboe@kernel.dk>
Tue, 11 Aug 2020 03:40:59 +0000 (21:40 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 11 Aug 2020 03:40:59 +0000 (21:40 -0600)
commitcb7d7abbab67e03c901bfaf9517e0cae40a548bf
tree39974fec0aea876cac5c182301f91e39e860a27f
parent9bf4653293a4c534f5da1b7a0302e15bd530b967
io_u: set io_u->verify_offset in fill_io_u()

This is arguably saner than the previous fix, since it also catches
cases where io_u->offset is adjusted later on.

Hopefully that's it...

Fixes: 4fff54ccba73 ("verify: use origina offset for verification")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.c