From fd727d9de9f22a7ad3e026bcca80f58a65410ad6 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 9 Jul 2015 13:13:43 -0600 Subject: [PATCH] verify: fix bad 'from_verify' setting in do_io() Signed-off-by: Jens Axboe --- backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.c b/backend.c index 69894079..3eafff6e 100644 --- a/backend.c +++ b/backend.c @@ -894,7 +894,7 @@ static uint64_t do_io(struct thread_data *td) } else { ret = td_io_queue(td, io_u); - if (io_queue_event(td, io_u, &ret, ddir, &bytes_issued, 1, &comp_time)) + if (io_queue_event(td, io_u, &ret, ddir, &bytes_issued, 0, &comp_time)) break; /* -- 2.25.1