X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=a543e5a3107c382403959d1cd2794fb156f83b4e;hp=10a6e0162bb3567a486b35f2d6db48a1b43ae86e;hb=79591fa9555024aa9564656bbbb9d4c828a3e189;hpb=957c81b9d0d090162366dcf0bec308afb2400464 diff --git a/options.c b/options.c index 10a6e016..a543e5a3 100644 --- a/options.c +++ b/options.c @@ -1233,6 +1233,9 @@ static int str_filename_cb(void *data, const char *input) strip_blank_front(&str); strip_blank_end(str); + /* + * Ignore what we may already have from nrfiles option. + */ if (!td->files_index) td->o.nr_files = 0;