X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=verify.c;h=0e1e4639348547b86319c67a05349e161f17b7e0;hb=e45c5ea3364fab0c0ec4453673cbeafc23c283a7;hp=a418c05413426905e4772cb62855dad83e273197;hpb=3c1f3ca75b447a2bd0a93deb0a2a1210529d2ccb;p=fio.git diff --git a/verify.c b/verify.c index a418c054..0e1e4639 100644 --- 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; } }