like it is in io_ddir_name(). Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx> --- io_ddir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_ddir.h b/io_ddir.h index 763e826..2141119 100644 --- a/io_ddir.h +++ b/io_ddir.h @@ -61,7 +61,7 @@ static inline int ddir_rw(enum fio_ddir ddir) static inline const char *ddir_str(enum td_ddir ddir) { - const char *__str[] = { NULL, "read", "write", "rw", NULL, + static const char *__str[] = { NULL, "read", "write", "rw", NULL, "randread", "randwrite", "randrw", "trim", NULL, NULL, NULL, "randtrim" }; -- 2.5.5 -- 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