Fix disk utilization for delayed jobs
authorJens Axboe <jaxboe@fusionio.com>
Thu, 8 Sep 2011 12:30:24 +0000 (14:30 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 8 Sep 2011 12:30:24 +0000 (14:30 +0200)
commit067430bba6df79aa4e263e94ace684d738c75074
tree6f51dded4811913c934665d3df919a640b125985
parentb8fefc2b27591449b75e946da781342f616fae14
Fix disk utilization for delayed jobs

We initialized it all before starting the jobs, so we would
easily see disk stats that were too low for jobs that ended
up being started later.

Fix this by moving the disk util init right before the jobs
are spawned.

Reported-by: Shrirang Phansalkar <sphansalkar@stec-inc.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fio.c