Note parent option 'verify' for 'do_verify'
authorJens Axboe <jens.axboe@oracle.com>
Thu, 2 Aug 2007 20:21:36 +0000 (22:21 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 2 Aug 2007 20:21:36 +0000 (22:21 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c

index cd4b90a79271bc524d43d90ccfb9084c745f7dcc..f5071ae55897774a3923c2ef6fbfe78e68ba5f96 100644 (file)
--- a/options.c
+++ b/options.c
@@ -599,13 +599,6 @@ static struct fio_option options[] = {
 #endif
                  },
        },
-       {
-               .name   = "do_verify",
-               .type   = FIO_OPT_INT,
-               .off1   = td_var_offset(do_verify),
-               .help   = "Run verification stage after write",
-               .def    = "1",
-       },
        {
                .name   = "verify",
                .type   = FIO_OPT_STR,
@@ -656,6 +649,14 @@ static struct fio_option options[] = {
                          },
                },
        },
+       {
+               .name   = "do_verify",
+               .type   = FIO_OPT_INT,
+               .off1   = td_var_offset(do_verify),
+               .help   = "Run verification stage after write",
+               .def    = "1",
+               .parent = "verify",
+       },
        {
                .name   = "verifysort",
                .type   = FIO_OPT_BOOL,