io_u: Converting usec from long to uint64_t
authorErwan Velu <erwan@redhat.com>
Tue, 3 Oct 2017 07:49:24 +0000 (09:49 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Oct 2017 15:06:33 +0000 (09:06 -0600)
commitb5407f8bee92692740cdbeca60ab1ba8b86a9b86
tree87c5da7bfdff9a46145aeeffa4ed6e6b28ae2504
parentc16035aadd600a3a4c4b241339e3d3099f56c4b2
io_u: Converting usec from long to uint64_t

'rate_next_io_time' structure and usec_sleep() are manipulating uint64_t.
It's more consistent having usec being expressed in the same stdint unit.

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