group reporting: fix bad values of min/max
authorJens Axboe <axboe@kernel.dk>
Thu, 5 Apr 2012 14:42:11 +0000 (08:42 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 5 Apr 2012 14:42:11 +0000 (08:42 -0600)
commitc857cfebb50209b950cbc88b4f74714fdf5be75f
tree95eb091d9b127f5c6902f1d41fb6fb3902b8b911
parent885ac623a4f154007efa49266bb381bcbc60f1e6
group reporting: fix bad values of min/max

If you look at the fio output, the group reporting min and max
bandwidth don't match what the actual job reports. This is due
to an error in calculating the min and max values. The aggregate
value is correct, and matches what the job reports.

This did not affect the values that are usually used for reporting,
it's only affecting the group run status output.

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