The following changes since commit e3dae3b77f1a7285afd5a0ada6960eeb4a21e9a8: Fio 2.5 (2016-01-20 22:00:17 -0700) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 6a971db3b3375bf9d6b835c64cac12850edc7760: ioengine: remove duplicate queue handler check (2016-01-21 17:45:44 +0100) ---------------------------------------------------------------- David Disseldorp (1): ioengine: remove duplicate queue handler check ioengines.c | 4 ---- 1 file changed, 4 deletions(-) --- Diff of recent changes: diff --git a/ioengines.c b/ioengines.c index 9c5ac60..decc9cb 100644 --- a/ioengines.c +++ b/ioengines.c @@ -49,10 +49,6 @@ static int check_engine_ops(struct ioengine_ops *ops) log_err("%s: no getevents handler\n", ops->name); return 1; } - if (!ops->queue) { - log_err("%s: no queue handler\n", ops->name); - return 1; - } return 0; } -- 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