Update documentation for random_distribution=gauss
[fio.git] / options.c
index 390208729f0db12955cc3a19f72f1d04d9a40b1f..ac2da71f514ea22fcfe7b514b8dd0f6e36aa7f3c 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1240,6 +1240,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "Use preadv/pwritev",
                          },
 #endif
+#ifdef CONFIG_PWRITEV
+                         { .ival = "pvsync2",
+                           .help = "Use preadv2/pwritev2",
+                         },
+#endif
 #ifdef CONFIG_LIBAIO
                          { .ival = "libaio",
                            .help = "Linux native asynchronous IO",