Make sure the ->files array is job private
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 Mar 2007 14:29:45 +0000 (15:29 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 Mar 2007 14:29:45 +0000 (15:29 +0100)
commitcade3ef44669c5c962d7ed18ca0e361116ee44ad
treed594db7addd1dc2c2d2dfaf96d7a4eeff4eb3638
parentfa1da8653e2177b3cc31a91e963c389f079d4172
Make sure the ->files array is job private

Otherwise we introduce differences between threads and processes,
we don't want to do that.

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