The following changes since commit 169d40efb669f8d70a4f8df0c4fdcc2c30b76613: Fio 1.99.13 (2011-12-01 15:18:47 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Remove debug/broken assert() in the IOPS logging code stat.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/stat.c b/stat.c index c921f5f..851cc2c 100644 --- a/stat.c +++ b/stat.c @@ -1313,10 +1313,8 @@ void add_iops_sample(struct thread_data *td, enum fio_ddir ddir, add_stat_sample(&ts->iops_stat[ddir], iops); - if (td->iops_log) { - assert(iops); + if (td->iops_log) add_log_sample(td, td->iops_log, iops, ddir, 0); - } fio_gettime(&td->iops_sample_time, NULL); td->stat_io_blocks[ddir] = td->this_io_blocks[ddir]; -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html