Fixup ->open_files if not given
authorJens Axboe <axboe@fb.com>
Tue, 25 Feb 2014 22:01:26 +0000 (14:01 -0800)
committerJens Axboe <axboe@fb.com>
Tue, 25 Feb 2014 22:01:26 +0000 (14:01 -0800)
commitbcd27f7ae1ccebd2ac1778752bf8f13fa99600e9
tree1fc1285316189691f672a749ad9bbc5ffb744918
parent68631b36e37e1ecaadc1e5697ead4adc21640562
Fixup ->open_files if not given

For engines/users that add files with add_file() after the
job has been initialized, ensure that we bump the allowed
number of open files if it wasn't explicitly given as
an option.

This unbreaks the net engine after commit 002fe73409d1e made
fio more strict wrt open files.

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