Revert "Only apply verify interval to meta verifier, which uses it"

This reverts commit efcc4586d3c8974118fd66d53a09ffd739d77d11.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
diff --git a/init.c b/init.c
index b97c802..966a065 100644
--- a/init.c
+++ b/init.c
@@ -360,11 +360,9 @@
 
 	if (o->verify != VERIFY_NONE) {
 		o->refill_buffers = 1;
-		if (o->verify == VERIFY_META) {
-			if (o->max_bs[DDIR_WRITE] != o->min_bs[DDIR_WRITE] &&
-			    !o->verify_interval)
-				o->verify_interval = o->min_bs[DDIR_WRITE];
-		}
+		if (o->max_bs[DDIR_WRITE] != o->min_bs[DDIR_WRITE] &&
+		    !o->verify_interval)
+			o->verify_interval = o->min_bs[DDIR_WRITE];
 	}
 
 	if (o->pre_read) {