From 2f1b8e8b2efff5cf6887fc465f711391ab5b1825 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 18 Jun 2010 09:22:56 +0200 Subject: [PATCH] Revert "Only apply verify interval to meta verifier, which uses it" This reverts commit efcc4586d3c8974118fd66d53a09ffd739d77d11. Signed-off-by: Jens Axboe --- init.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/init.c b/init.c index b97c802b..966a0656 100644 --- a/init.c +++ b/init.c @@ -360,11 +360,9 @@ static int fixup_options(struct thread_data *td) 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) { -- 2.25.1