Recent changes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit a5b01f1ba8d45e9b16079d2759a96ad9cad08e16:

  Call path below SIGALRM isn't safe (2010-11-11 09:19:49 +0100)

are available in the git repository at:
  git://git.kernel.dk/fio.git master

Jens Axboe (1):
      solaris: log error for failure to enable direct IO

 ioengines.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

---

Diff of recent changes:

diff --git a/ioengines.c b/ioengines.c
index e0b0f22..35471ad 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;
 		}
 	}
--
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


[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux