Fix regression introduced by commit 334185e
authorJens Axboe <axboe@fb.com>
Mon, 9 Jun 2014 19:25:13 +0000 (13:25 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 9 Jun 2014 19:25:13 +0000 (13:25 -0600)
commitcbb1303c21eb43f59c4d2a4bf97a856eb8863773
treeaf2951774ddf8dc4ec72cb1cf6b5212b133ac52e
parent78c8831e2ec211a293ccd8bd37c169719ca1ba4a
Fix regression introduced by commit 334185e

We need to run fio_time_init() before the threads are invoked,
but we should do it in global context so that all threads share
the same clock and init settings.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
server.c