X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_ddir.h;h=613d5fbce2625ab5b9b41d74fcab5ffebdd2694a;hp=763e82659e3ce414827da9919a2339d32967f88c;hb=fe8d7feef3bf53e14d794975e8943f63e848fb36;hpb=820ba1f9c31bbe92e9b8f71d587907819919c0f8 diff --git a/io_ddir.h b/io_ddir.h index 763e8265..613d5fbc 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) { - 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]; }