From: Jens Axboe Date: Thu, 2 Aug 2007 20:21:36 +0000 (+0200) Subject: Note parent option 'verify' for 'do_verify' X-Git-Tag: fio-1.17~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=005c565ad012940aa4688de54a49beec26c5b1ad;hp=e84c73a89ef19f38e117ed4fae5eb3bd4aee8a81 Note parent option 'verify' for 'do_verify' Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index cd4b90a7..f5071ae5 100644 --- 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,