Add 'null' verify option
[fio.git] / options.c
index bbb30990d28ba06955ea458a3b809f463a41e79c..5401f90339bf7da688b8e645656cec3a24ee7228 100644 (file)
--- a/options.c
+++ b/options.c
@@ -531,6 +531,11 @@ static struct fio_option options[] = {
                            .oval = VERIFY_MD5,
                            .help = "Use md5 checksums for verification",
                          },
+                         {
+                           .ival = "null",
+                           .oval = VERIFY_NULL,
+                           .help = "Pretend to verify",
+                         },
                },
        },
        {