Add missing types to io_u_log_error()
authorJens Axboe <jaxboe@fusionio.com>
Wed, 25 Aug 2010 08:47:18 +0000 (10:47 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Wed, 25 Aug 2010 08:47:18 +0000 (10:47 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
io_u.c

diff --git a/io_u.c b/io_u.c
index 3eeade2647a19a260d6a5a84571704699481be18..53bf492317fedfbe36052c453d6a46021c27b463 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1065,7 +1065,10 @@ err_put:
 
 void io_u_log_error(struct thread_data *td, struct io_u *io_u)
 {
-       const char *msg[] = { "read", "write", "sync" };
+       const char *msg[] = { "read", "write", "sync", "datasync",
+                               "sync_file_range", "wait", "trim" };
+
+
 
        log_err("fio: io_u error");