From bc6a0a5d5625b13bb9630bcdcf9d4041b1639a94 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 7 Feb 2014 10:57:13 -0700 Subject: [PATCH] Prioritize lockfile= option This needs to be run before adding files, or we'll potentially make a mess of things. Signed-off-by: Jens Axboe --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index 82870112..57e9af5b 100644 --- a/options.c +++ b/options.c @@ -1227,6 +1227,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .type = FIO_OPT_STR, .off1 = td_var_offset(file_lock_mode), .help = "Lock file when doing IO to it", + .prio = 1, .parent = "filename", .hide = 0, .def = "none", -- 2.25.1