The following changes since commit c80540344b804094b84812d843c68e51ed947612: Fio 2.0.4 (2012-02-24 10:16:46 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (2): Really fix IOPS logging Fio 2.0.5 fio_version.h | 2 +- stat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/fio_version.h b/fio_version.h index 0592d23..25114c6 100644 --- a/fio_version.h +++ b/fio_version.h @@ -3,6 +3,6 @@ #define FIO_MAJOR 2 #define FIO_MINOR 0 -#define FIO_PATCH 4 +#define FIO_PATCH 5 #endif diff --git a/stat.c b/stat.c index a02c582..fa9af7c 100644 --- a/stat.c +++ b/stat.c @@ -1343,7 +1343,7 @@ void add_iops_sample(struct thread_data *td, enum fio_ddir ddir, if (td->iops_log) add_log_sample(td, td->iops_log, iops, ddir, 0); - td->stat_io_bytes[ddir] = td->this_io_bytes[ddir]; + td->stat_io_blocks[ddir] = td->this_io_blocks[ddir]; } fio_gettime(&td->iops_sample_time, NULL); -- 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