Fix bug with time_based run
authorJens Axboe <jens.axboe@oracle.com>
Wed, 23 May 2007 07:34:42 +0000 (09:34 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 23 May 2007 07:34:42 +0000 (09:34 +0200)
commit281f9b6363ff7ca9fdcc93c600faa8c907ba3010
tree3e80136dffb64eae39b056e5893d32d578428243
parentf9c843e87dc804530780f40714d70eadadb239e4
Fix bug with time_based run

We need to clear the FIO_FILE_DONE flag and the number of
files done, to avoid do_io() exiting quickly for a re-run.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c