From: walter Date: Sat, 6 Oct 2007 13:20:03 +0000 (+0000) Subject: b=13478 X-Git-Tag: v1_8_0_110~1131 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=c9352a87fd4e11f5fd472f55f6c10f85dcb83b63;p=fs%2Flustre-release.git b=13478 i=adilger i=green --- diff --git a/lustre/liblustre/rw.c b/lustre/liblustre/rw.c index 0811eae..c6e000f 100644 --- 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); }