X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=4dcefba05511879ad658efce073f699591351e3d;hp=9f6bc8d5ece36ba9483284307dfbbdbd9c1f859a;hb=ebadc0ce34c11b3e0130d5602b18f4ed0e638386;hpb=bea5c23dfb5166931ff476a483fd66d5e5b10601 diff --git a/options.c b/options.c index 9f6bc8d5..4dcefba0 100644 --- a/options.c +++ b/options.c @@ -1914,18 +1914,18 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { { .ival = "wait_before", .oval = SYNC_FILE_RANGE_WAIT_BEFORE, .help = "SYNC_FILE_RANGE_WAIT_BEFORE", - .or = 1, + .orval = 1, }, { .ival = "write", .oval = SYNC_FILE_RANGE_WRITE, .help = "SYNC_FILE_RANGE_WRITE", - .or = 1, + .orval = 1, }, { .ival = "wait_after", .oval = SYNC_FILE_RANGE_WAIT_AFTER, .help = "SYNC_FILE_RANGE_WAIT_AFTER", - .or = 1, + .orval = 1, }, }, .type = FIO_OPT_STR_MULTI,