X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=verify.c;h=0e1e4639348547b86319c67a05349e161f17b7e0;hb=e45c5ea3364fab0c0ec4453673cbeafc23c283a7;hp=a418c05413426905e4772cb62855dad83e273197;hpb=4fff54ccba73aa59de250a0f4161b9ce3d952601;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; } }