io_u: fall through to unlock path in case of error
[fio.git] / engines / libaio.c
index 39f338a970b8df7d0e2336402643237ae9d32c35..b241ed99c4972e9956597d355645c65fa8274498 100644 (file)
@@ -60,7 +60,7 @@ static struct fio_option options[] = {
                .lname  = "RWF_HIPRI",
                .type   = FIO_OPT_STR_SET,
                .off1   = offsetof(struct libaio_options, hipri),
-               .help   = "Set RWF_HIPRI for pwritev2/preadv2",
+               .help   = "Use polled IO completions",
                .category = FIO_OPT_C_ENGINE,
                .group  = FIO_OPT_G_LIBAIO,
        },