projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
14e7b60
)
Add missing types to io_u_log_error()
author
Jens Axboe
<jaxboe@fusionio.com>
Wed, 25 Aug 2010 08:47:18 +0000
(10:47 +0200)
committer
Jens 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
patch
|
blob
|
blame
|
history
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)
{
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");
log_err("fio: io_u error");