io_u: residiual size should be unsigned long long
authorJeff Furlong <jeff.furlong@wdc.com>
Mon, 20 Aug 2018 23:25:29 +0000 (23:25 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Aug 2018 15:16:09 +0000 (09:16 -0600)
commitdaa899130fdd40f5df720ee54980b00b07903dc4
tree5aaf0db783db2ec84241b1806db1af5627193124
parent78439a18225255f7f1b4f9efab950afcd638b606
io_u: residiual size should be unsigned long long

If we target a number of bytes of IO and keep subtracting a
xfer_buflen, we need to ensure the residual length is of the
same size.

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