Add parent option to 'verifysort'
authorJens Axboe <jens.axboe@oracle.com>
Tue, 31 Jul 2007 20:51:47 +0000 (22:51 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 31 Jul 2007 20:51:47 +0000 (22:51 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c

index 7f4ed2db994b9a6d1b2ccbf003b3ac81277e018e..2fc414814d3e1ed719651bcb4389d4148b99a822 100644 (file)
--- a/options.c
+++ b/options.c
@@ -644,6 +644,7 @@ static struct fio_option options[] = {
                .off1   = td_var_offset(verifysort),
                .help   = "Sort written verify blocks for read back",
                .def    = "1",
+               .parent = "verify",
        },
        {
                .name   = "verify_interval",