On 02/05/2016 01:59 AM, Andrey Kuzmin wrote:
diff --git a/io_ddir.h b/io_ddir.h index e5eff68..071b036 100644 --- a/io_ddir.h +++ b/io_ddir.h @@ -17,7 +17,7 @@ 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", }; + "sync_file_range", "wait", }; if (ddir < DDIR_LAST) return name[ddir];
Indeed, thanks, applied. -- Jens Axboe -- 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