The following changes since commit d9bb03d475e918e08c38bd882032ff788daa297f: is_power_of_2() should return bool (2017-03-17 10:39:42 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to cee3ddfee4d39ec9ba31b7329a343053af057914: Merge branch 'wip-fix-bs-title' of https://github.com/liupan1111/fio (2017-03-19 19:49:04 -0600) ---------------------------------------------------------------- Jens Axboe (1): Merge branch 'wip-fix-bs-title' of https://github.com/liupan1111/fio Pan Liu (1): make the bs info output clearer. init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/init.c b/init.c index 54fdb92..b4b0974 100644 --- a/init.c +++ b/init.c @@ -1534,10 +1534,10 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num, ddir_str(o->td_ddir)); if (o->bs_is_seq_rand) - log_info("bs=%s-%s,%s-%s, bs_is_seq_rand, ", + log_info("bs=(R) %s-%s, (W) %s-%s, bs_is_seq_rand, ", c1, c2, c3, c4); else - log_info("bs=%s-%s,%s-%s,%s-%s, ", + log_info("bs=(R) %s-%s, (W) %s-%s, (T) %s-%s, ", c1, c2, c3, c4, c5, c6); log_info("ioengine=%s, iodepth=%u\n", -- 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