Recent changes (master)

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

 



The following changes since commit 7b9013750b3923ec923924de118a9ccc5964b9ea:

  Merge branch 'master' of ssh://git.kernel.dk/data/git/fio (2013-05-24 20:11:02 +0200)

are available in the git repository at:

  git://git.kernel.dk/fio.git master

Jens Axboe (1):
      Catch NULL td->o.ioengine

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

---

Diff of recent changes:

diff --git a/init.c b/init.c
index c44fa67..70b56e3 100644
--- a/init.c
+++ b/init.c
@@ -749,6 +749,10 @@ int ioengine_load(struct thread_data *td)
 	 */
 	if (td->io_ops)
 		return 0;
+	if (!td->o.ioengine) {
+		log_err("fio: internal fault, no IO engine specified\n");
+		return 1;
+	}
 
 	engine = get_engine_name(td->o.ioengine);
 	td->io_ops = load_ioengine(td, engine);
--
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