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:
fd034cc
)
ia64 fixups
author
adilger
<adilger>
Fri, 3 Jan 2003 23:49:21 +0000
(23:49 +0000)
committer
adilger
<adilger>
Fri, 3 Jan 2003 23:49:21 +0000
(23:49 +0000)
lustre/obdclass/fsfilt_reiserfs.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/fsfilt_reiserfs.c
b/lustre/obdclass/fsfilt_reiserfs.c
index
a991e39
..
1ec5916
100644
(file)
--- a/
lustre/obdclass/fsfilt_reiserfs.c
+++ b/
lustre/obdclass/fsfilt_reiserfs.c
@@
-79,7
+79,7
@@
static int fsfilt_reiserfs_setattr(struct dentry *dentry, void *handle,
* time), so we assert we never change the MDS file size from zero.
*/
if (iattr->ia_valid & ATTR_SIZE) {
- CERROR("hmm, setting %*s file size to
"LPU64"
\n",
+ CERROR("hmm, setting %*s file size to
%llu
\n",
dentry->d_name.len, dentry->d_name.name, iattr->ia_size);
LASSERT(iattr->ia_size == 0);
#if 0