Re: Copy/paste nit in io_ddir.h?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux