Whamcloud - gitweb
b=13478
authorwalter <walter>
Sat, 6 Oct 2007 13:20:03 +0000 (13:20 +0000)
committerwalter <walter>
Sat, 6 Oct 2007 13:20:03 +0000 (13:20 +0000)
i=adilger
i=green

lustre/liblustre/rw.c

index 0811eae..c6e000f 100644 (file)
@@ -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);
 }