X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=7a22fe4de7352a3e78c7813d97c24e2583adfbb1;hp=7f0f2c08ea7deed5db6b16dcfc2c705fda6d2dc0;hb=3482263a88c18df1f2d475f426d947e266d22e10;hpb=cce2fdfe99710ac8f9b80d1a9ddbb2397ef6ef20;ds=sidebyside diff --git a/options.c b/options.c index 7f0f2c08..7a22fe4d 100644 --- a/options.c +++ b/options.c @@ -1548,7 +1548,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .help = "Use preadv/pwritev", }, #endif -#ifdef CONFIG_PWRITEV2 +#ifdef FIO_HAVE_PWRITEV2 { .ival = "pvsync2", .help = "Use preadv2/pwritev2", }, @@ -1678,7 +1678,6 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .help = "Number of IO buffers to submit in one go", .parent = "iodepth", .hide = 1, - .minval = 1, .interval = 1, .def = "1", .category = FIO_OPT_C_IO, @@ -2023,7 +2022,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { }, { .ival = "normal", .oval = FIO_RAND_DIST_GAUSS, - .help = "Normal (gaussian) distribution", + .help = "Normal (Gaussian) distribution", }, { .ival = "zoned", .oval = FIO_RAND_DIST_ZONED,