From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> though "rand" alone is unused. Signed-off-by: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> --- io_ddir.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io_ddir.h b/io_ddir.h index 2141119..613d5fb 100644 --- a/io_ddir.h +++ b/io_ddir.h @@ -61,9 +61,9 @@ static inline int ddir_rw(enum fio_ddir ddir) static inline const char *ddir_str(enum td_ddir ddir) { - static const char *__str[] = { NULL, "read", "write", "rw", NULL, + static const char *__str[] = { NULL, "read", "write", "rw", "rand", "randread", "randwrite", "randrw", - "trim", NULL, NULL, NULL, "randtrim" }; + "trim", NULL, "trimwrite", NULL, "randtrim" }; return __str[ddir]; } -- 2.9.3 -- 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