Prioritize lockfile= option
[fio.git] / options.c
index 82870112b06df1532e0b5607f444259942bbb892..57e9af5b4676296f22a1aee8a97fd379826afb53 100644 (file)
--- 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",