Fix 32-bit compile warning in should_check_rate()
authorJens Axboe <axboe@kernel.dk>
Wed, 23 Jan 2013 20:35:14 +0000 (13:35 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Jan 2013 20:35:14 +0000 (13:35 -0700)
commitaa83321fca5bb46d593d19d3863f511f80c01639
treedcf8112d55c58b048fba9cacf94601b2ab964199
parent32bbd3ab7846a8c140fda5c83d95c21c447c844c
Fix 32-bit compile warning in should_check_rate()

Introduced with the change from unsigned long -> uint64_T

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