X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=options.c;h=d0c53b6c988ed3ee3d61a774eee595091478a6e9;hb=b35c036c8db9ece002b019f4a462a303ceb130fa;hp=7a4e7b5773c4fb675779addb179d0a8863a26400;hpb=5971116e9e3714d830dcb4bebf7b10e3803cbefd;p=fio.git diff --git a/options.c b/options.c index 7a4e7b57..d0c53b6c 100644 --- a/options.c +++ b/options.c @@ -1302,6 +1302,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { { .ival = "vsync", .help = "Use readv/writev", }, +#ifdef CONFIG_PWRITEV + { .ival = "pvsync", + .help = "Use preadv/pwritev", + }, +#endif #ifdef CONFIG_LIBAIO { .ival = "libaio", .help = "Linux native asynchronous IO", @@ -2819,7 +2824,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { { .name = "group_reporting", .lname = "Group reporting", - .type = FIO_OPT_BOOL, + .type = FIO_OPT_STR_SET, .off1 = td_var_offset(group_reporting), .help = "Do reporting on a per-group basis", .category = FIO_OPT_C_STAT,