[PATCH] Add do_verify option

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/options.c b/options.c
index a50dece..cd4b90a 100644
--- a/options.c
+++ b/options.c
@@ -600,6 +600,13 @@
 		  },
 	},
 	{
+		.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,
 		.off1	= td_var_offset(verify),