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:
217b41d
)
b=13478
author
walter
<walter>
Sat, 6 Oct 2007 13:20:03 +0000
(13:20 +0000)
committer
walter
<walter>
Sat, 6 Oct 2007 13:20:03 +0000
(13:20 +0000)
i=adilger
i=green
lustre/liblustre/rw.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/rw.c
b/lustre/liblustre/rw.c
index
0811eae
..
c6e000f
100644
(file)
--- a/
lustre/liblustre/rw.c
+++ b/
lustre/liblustre/rw.c
@@
-269,8
+269,8
@@
int llu_glimpse_size(struct inode *inode)
st->st_atime = lvb.lvb_atime;
st->st_ctime = lvb.lvb_ctime;
- CDEBUG(D_DLMTRACE, "glimpse: size:
%llu
, blocks: "LPU64"\n",
- (
long long)st->st_size,
st->st_blocks);
+ CDEBUG(D_DLMTRACE, "glimpse: size:
"LPU64"
, blocks: "LPU64"\n",
+ (
__u64)st->st_size, (__u64)
st->st_blocks);
RETURN(rc);
}