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:
ff98fda
)
Branch b_release_1_4_6
author
adilger
<adilger>
Fri, 9 Dec 2005 10:32:34 +0000
(10:32 +0000)
committer
adilger
<adilger>
Fri, 9 Dec 2005 10:32:34 +0000
(10:32 +0000)
Minor compile warning fix.
lustre/llite/xattr.c
patch
|
blob
|
history
diff --git
a/lustre/llite/xattr.c
b/lustre/llite/xattr.c
index
d05e914
..
da0a951
100644
(file)
--- a/
lustre/llite/xattr.c
+++ b/
lustre/llite/xattr.c
@@
-204,7
+204,7
@@
do_getxattr:
if (size < body->eadatasize) {
CERROR("server bug: replied size %u > %u\n",
- body->eadatasize, size);
+ body->eadatasize,
(int)
size);
GOTO(out, rc = -ERANGE);
}