X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=io_ddir.h;h=2141119a2651cb0b73188f0f36b9739960c4458b;hb=fc8d6d050a22662f445954303953d81e500496aa;hp=763e82659e3ce414827da9919a2339d32967f88c;hpb=820ba1f9c31bbe92e9b8f71d587907819919c0f8;p=fio.git diff --git a/io_ddir.h b/io_ddir.h index 763e8265..2141119a 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" };