X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=backend.c;h=d19d870f8143d985882841af68a0a94c056f7e35;hp=941a3ead9b63acfc07170f04d9a83f02c072d30b;hb=b8ecbef62d45629aae98061903879f4e65cd7cfe;hpb=5ddc670712a9e7d11f915bcbaff388ddfb7471d1 diff --git a/backend.c b/backend.c index 941a3ead..d19d870f 100644 --- a/backend.c +++ b/backend.c @@ -1981,7 +1981,7 @@ static void wait_for_helper_thread_exit(void) { void *ret; - disk_util_start_exit(); + helper_exit = 1; pthread_cond_signal(&helper_cond); pthread_join(helper_thread, &ret); }