X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=io_ddir.h;h=763e82659e3ce414827da9919a2339d32967f88c;hb=fe8d0f4c54f0c308c9a02a4e3c2f5084e8bf5461;hp=e5eff687d95d1b6ed91788804d14c32b5d67893f;hpb=82a9068691e1db7854990fb06b748c8049231527;p=fio.git diff --git a/io_ddir.h b/io_ddir.h index e5eff687..763e8265 100644 --- a/io_ddir.h +++ b/io_ddir.h @@ -16,8 +16,9 @@ enum fio_ddir { static inline const char *io_ddir_name(enum fio_ddir ddir) { - const char *name[] = { "read", "write", "trim", "sync", "datasync", - "sync_file_range", "write", }; + static const char *name[] = { "read", "write", "trim", "sync", + "datasync", "sync_file_range", + "wait", }; if (ddir < DDIR_LAST) return name[ddir];