[PATCH] Add verify_meta verification type

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/options.c b/options.c
index 81ddd23..a50dece 100644
--- a/options.c
+++ b/options.c
@@ -638,6 +638,10 @@
 			    .oval = VERIFY_SHA512,
 			    .help = "Use sha512 checksums for verification",
 			  },
+			  { .ival = "meta",
+			    .oval = VERIFY_META,
+			    .help = "Use io information",
+			  },
 			  {
 			    .ival = "null",
 			    .oval = VERIFY_NULL,