From 94cd00dd6cf1cec4c593a74aabfbb79f4d80afb6 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 22 Feb 2007 14:08:36 +0100 Subject: [PATCH] List syslet-rw as a supported option in the ioengine help dump Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index 956ff5f0..a235e2f1 100644 --- a/init.c +++ b/init.c @@ -1044,7 +1044,7 @@ static int str_ioengine_cb(void *data, const char *str) if (td->io_ops) return 0; - log_err("fio: ioengine= libaio, posixaio, sync, mmap, sgio, splice, cpu, null\n"); + log_err("fio: ioengine= libaio, posixaio, sync, syslet-rw, mmap, sgio, splice, cpu, null\n"); log_err("fio: or specify path to dynamic ioengine module\n"); return 1; } -- 2.25.1