t/zbd: avoid test case 31 failure with small devices
[fio.git] / helper_thread.c
index 2a9dabf5f7e0b27053f7460327ab37f41eb721d1..332ccb53c254e45087919f9a1f758390a9873f2f 100644 (file)
@@ -161,7 +161,6 @@ void helper_thread_exit(void)
                return;
 
        helper_data->exit = 1;
-       submit_action(A_EXIT);
        pthread_join(helper_data->thread, NULL);
 }