extend_file need continue when the file exists
authorZhang, Yanmin <yanmin_zhang@linux.intel.com>
Tue, 26 Feb 2008 14:35:52 +0000 (15:35 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 26 Feb 2008 14:35:52 +0000 (15:35 +0100)
commit982016d689dc7fedbb09646ba0df7e72a781b164
tree7fc8d4036c57e5b8844f4eb29fe6bd2904e8a984
parentf3de88a7a8806016ebb27af3f4be1fced172122e
extend_file need continue when the file exists

If some testing files exist and some others don't exist, fio will
report failure on the no-exist file. Here is a patch to fix it.

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