From c06aa240c904becbafb8457ed3b828cf0d38a180 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 3 Nov 2006 13:48:49 +0100 Subject: [PATCH] [PATCH] Kill old libaio/posixaio checks Signed-off-by: Jens Axboe --- init.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/init.c b/init.c index 689c495b..7b2b5121 100644 --- a/init.c +++ b/init.c @@ -543,19 +543,6 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num) int numjobs, ddir, i; struct fio_file *f; -#ifndef FIO_HAVE_LIBAIO - if (td->io_engine == FIO_LIBAIO) { - log_err("Linux libaio not available\n"); - return 1; - } -#endif -#ifndef FIO_HAVE_POSIXAIO - if (td->io_engine == FIO_POSIXAIO) { - log_err("posix aio not available\n"); - return 1; - } -#endif - /* * the def_thread is just for options, it's not a real job */ -- 2.25.1