Don't grab stat mutex for final stat output
[fio.git] / backend.c
index 30f78b72f9d15acdca6c04930a8e26db53fa2d5e..981625b61095dd42995d32291ec3fdc4b58cb597 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -2068,7 +2068,7 @@ int fio_backend(void)
        run_threads();
 
        if (!fio_abort) {
-               show_run_stats();
+               __show_run_stats();
                if (write_bw_log) {
                        int i;