List syslet-rw as a supported option in the ioengine help dump
authorJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 13:08:36 +0000 (14:08 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 13:08:36 +0000 (14:08 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index 956ff5f0a48b5a98699b43704788697cdf5f0487..a235e2f155909638cd07e517d8d6bb27047d247a 100644 (file)
--- 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;
 }