From: Jens Axboe Date: Thu, 22 Feb 2007 13:08:36 +0000 (+0100) Subject: List syslet-rw as a supported option in the ioengine help dump X-Git-Tag: fio-1.12~25 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=94cd00dd6cf1cec4c593a74aabfbb79f4d80afb6 List syslet-rw as a supported option in the ioengine help dump Signed-off-by: Jens Axboe --- 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; }