X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=309969a6c2164d8e274fd2b31eac5ade246166d4;hp=b636f576eb808caa286eef42c3e3e7bc68bc8d8a;hb=f29b25a370598d387e539c3dcae126274c6cbf4d;hpb=2135abc4f63c54e213abe0e9469eeba7a58815fc;ds=sidebyside diff --git a/io_u.c b/io_u.c index b636f576..309969a6 100644 --- a/io_u.c +++ b/io_u.c @@ -357,9 +357,7 @@ static int fill_io_u(struct thread_data *td, struct io_u *io_u) * If using a write iolog, store this entry. */ out: - if (td->o.write_iolog_file) - write_iolog_put(td, io_u); - + log_io_u(td, io_u); return 0; }