X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=verify.c;h=91a9077ac272d2ffcc04f5b4e7e00a2eb879944e;hb=068420271828b3b2426ffc3ccf64404cb9d340fb;hp=5a9428177eef68b58f9fc9d4e6cfa6596d756688;hpb=184b4098cccb8392eb8ecdd23cdc6597b540df36;p=fio.git diff --git a/verify.c b/verify.c index 5a942817..91a9077a 100644 --- a/verify.c +++ b/verify.c @@ -1033,7 +1033,7 @@ static void *verify_async_thread(void *data) put_io_u(td, io_u); if (!ret) continue; - if (td->o.continue_on_error && + if (td->o.continue_on_error & ERROR_TYPE_VERIFY && td_non_fatal_error(ret)) { update_error_count(td, ret); td_clear_error(td);