X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=b6c980eef834270db3d677c39391d9c9ec934b3d;hb=152ea0355412da5d02c322393252673653866f9e;hp=062abb4e163251b540b3dddcbdf91bcba1d2302c;hpb=4205998f8be13752f9857ef6e28b6c7f86a3c769;p=fio.git diff --git a/options.c b/options.c index 062abb4e..b6c980ee 100644 --- a/options.c +++ b/options.c @@ -1471,7 +1471,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .help = "Use preadv/pwritev", }, #endif -#ifdef CONFIG_PWRITEV +#ifdef CONFIG_PWRITEV2 { .ival = "pvsync2", .help = "Use preadv2/pwritev2", },