X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=options.c;h=4dcefba05511879ad658efce073f699591351e3d;hb=81fa6e06408879509e005cbb192205b9125f7614;hp=9f6bc8d5ece36ba9483284307dfbbdbd9c1f859a;hpb=f0fdbcafc3a62b84250e5ccdcaec47e3ffa93a00;p=fio.git 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,