From: Jens Axboe Date: Mon, 27 Apr 2009 06:00:48 +0000 (+0200) Subject: Filename must be parsed after directory option X-Git-Tag: fio-1.26.1~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f0d524b045ceef3454cbc66dbfe8ea51db298a62;p=fio.git Filename must be parsed after directory option Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 21de222f..9267f790 100644 --- a/options.c +++ b/options.c @@ -605,7 +605,7 @@ static struct fio_option options[] = { .type = FIO_OPT_STR_STORE, .off1 = td_var_offset(filename), .cb = str_filename_cb, - .prio = 1, /* must come before "directory" */ + .prio = -1, /* must come after "directory" */ .help = "File(s) to use for the workload", }, {