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:
5282832
)
fix warning.
author
shadow
<shadow>
Mon, 6 Apr 2009 15:33:17 +0000
(15:33 +0000)
committer
shadow
<shadow>
Mon, 6 Apr 2009 15:33:17 +0000
(15:33 +0000)
lustre/lvfs/fsfilt_ext3.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/fsfilt_ext3.c
b/lustre/lvfs/fsfilt_ext3.c
index
f222a8f
..
14dcac4
100644
(file)
--- a/
lustre/lvfs/fsfilt_ext3.c
+++ b/
lustre/lvfs/fsfilt_ext3.c
@@
-511,7
+511,7
@@
static int fsfilt_ext3_setattr(struct dentry *dentry, void *handle,
int rc = 0;
LASSERTF(!(iattr->ia_valid & ATTR_SIZE) || !S_ISDIR(inode->i_mode),
- "changing i_size on directory #%lu (%p) new
%lu old %lu
\n",
+ "changing i_size on directory #%lu (%p) new
"LPU64" old "LPU64"
\n",
inode->i_ino, inode, iattr->ia_size, i_size_read(inode));
/* Avoid marking the inode dirty on the superblock list unnecessarily.