Fix ramp time breakage
authorJens Axboe <axboe@fb.com>
Mon, 6 Jun 2016 15:10:24 +0000 (09:10 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 6 Jun 2016 15:10:24 +0000 (09:10 -0600)
commit356014ff351c6eb69339652650af5f6af72e5c22
treeb1784792ee01b4f4d8c6d228e55ecfb5c880eda7
parent82e65aecd90a35171eb9930ba7b08d27fee95640
Fix ramp time breakage

A previous commit inadvertently used ramp_time_over() instead of
in_ramp_time(), which breaks some jobs with ramp time. This is
because the former function has side effects, where we really
just want to check if we're in ramp time or not.

Fixes: a47591e4923f ("Improve logging accuracy")
Signed-off-by: Jens Axboe <axboe@fb.com>
fio_time.h
stat.c
time.c