New offset_increment option
[fio.git] / ioengines.c
index 4c609f2b88ae4c537dc90489241808acd711fa1f..1a0898de701e349acdd9f4a2c1337504374334ec 100644 (file)
@@ -278,6 +278,7 @@ int td_io_queue(struct thread_data *td, struct io_u *io_u)
         */
        if (io_u->error == EINVAL && td->io_issues[io_u->ddir & 1] == 1 &&
            td->o.odirect) {
+
                log_info("fio: first direct IO errored. File system may not "
                         "support direct IO, or iomem_align= is bad.\n");
        }