Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adbd9e0
)
Fix minor typo in error message.
author
adilger
<adilger>
Thu, 7 Aug 2003 08:00:54 +0000
(08:00 +0000)
committer
adilger
<adilger>
Thu, 7 Aug 2003 08:00:54 +0000
(08:00 +0000)
lustre/obdfilter/filter_io.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_io.c
b/lustre/obdfilter/filter_io.c
index
0885a80
..
078b960
100644
(file)
--- a/
lustre/obdfilter/filter_io.c
+++ b/
lustre/obdfilter/filter_io.c
@@
-659,7
+659,7
@@
int filter_commitrw(int cmd, struct obd_export *exp, struct obdo *oa,
}
if (time_after(jiffies, lnb->start + 15 * HZ))
- CERROR("slow commitrw %lus
i
(%lus)\n",
+ CERROR("slow commitrw %lus (%lus)\n",
(jiffies - lnb->start) / HZ,
(jiffies - now) / HZ);