Fix overflow in percentile calculation for Windows
authorAndrzej Jakowski <andrzej.jakowski@intel.com>
Wed, 11 Oct 2017 22:26:00 +0000 (16:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Oct 2017 22:26:00 +0000 (16:26 -0600)
This patch fixes percentile calculation for Windows where overflow
on 32 bit type happened while calculating actual percentiles.

Signed-off-by: Andrzej Jakowski <andrzej.jakowski@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found