X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengines.c;h=35471ad14d953702fca7a3d91de1c82a107421b7;hp=e0b0f22e96d994b74f00153dd64509dd7b2a930d;hb=78e51c7279a93d3f6200d58a72a813c3ba852c2e;hpb=a5b01f1ba8d45e9b16079d2759a96ad9cad08e16 diff --git a/ioengines.c b/ioengines.c index e0b0f22e..35471ad1 100644 --- a/ioengines.c +++ b/ioengines.c @@ -402,6 +402,7 @@ int td_io_open_file(struct thread_data *td, struct fio_file *f) if (ret) { td_verror(td, ret, "fio_set_odirect"); + log_err("fio: the file system does not seem to support direct IO\n"); goto err; } }