test: make t0014.fio time_based
[fio.git] / verify.c
index a418c05413426905e4772cb62855dad83e273197..0e1e4639348547b86319c67a05349e161f17b7e0 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -1411,7 +1411,6 @@ static void *verify_async_thread(void *data)
                        ret = pthread_cond_wait(&td->verify_cond,
                                                        &td->io_u_lock);
                        if (ret) {
-                               pthread_mutex_unlock(&td->io_u_lock);
                                break;
                        }
                }