ioengines: libzbc: disable libzbc block backend driver
[fio.git] / libfio.c
index 6144a474738fe9a51a530ffad691aa234138d665..198eaf2eb723f744cbc279cd3dff51a1be64bd00 100644 (file)
--- a/libfio.c
+++ b/libfio.c
@@ -104,7 +104,7 @@ static void reset_io_counters(struct thread_data *td, int all)
        /*
         * reset file done count if we are to start over
         */
-       if (td->o.time_based || td->o.loops || td->o.do_verify)
+       if (td->o.time_based || td->loops > 1 || td->o.do_verify)
                td->nr_done_files = 0;
 }
 
@@ -140,7 +140,6 @@ void reset_all_stats(struct thread_data *td)
                td->io_issues[i] = 0;
                td->ts.total_io_u[i] = 0;
                td->ts.runtime[i] = 0;
-               td->rwmix_issues = 0;
        }
 
        set_epoch_time(td, td->o.log_unix_epoch);