io_u: reset ->resid on starting a requeue IO
authorJens Axboe <axboe@kernel.dk>
Tue, 11 Aug 2020 02:53:55 +0000 (20:53 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 11 Aug 2020 02:53:55 +0000 (20:53 -0600)
commitbba6b14f3588fd21e6181c0c9194d8f95533aff6
tree92bc2e71715a1533389a98090e404045df292a81
parent832faaafd3de59ebdb31043c04316ddbf0b95ad9
io_u: reset ->resid on starting a requeue IO

We only clear this state for a new IO, we should also do it for starting
a requeued IO.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.c