Jobs must always open their own files
authorJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 17:50:48 +0000 (18:50 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 1 Mar 2008 17:50:48 +0000 (18:50 +0100)
commitc69e887518fb9bd775b5ff60334331b51f2d0103
tree111ff2eca7d996edbb93e59d9266dd583f03ab09
parent94a08ec621fef3dff02f8d254a079652fe28698c
Jobs must always open their own files

This is also related to file sharing - we cannot dup() a descriptor,
if the child hasn't inherited it. So make sure the jobs always open
the files again, even after they have been created.

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