From 005c565ad012940aa4688de54a49beec26c5b1ad Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 2 Aug 2007 22:21:36 +0200 Subject: [PATCH 1/1] Note parent option 'verify' for 'do_verify' Signed-off-by: Jens Axboe --- options.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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, -- 2.25.1