Whamcloud - gitweb
ia64 fixups
authoradilger <adilger>
Fri, 3 Jan 2003 23:49:21 +0000 (23:49 +0000)
committeradilger <adilger>
Fri, 3 Jan 2003 23:49:21 +0000 (23:49 +0000)
lustre/obdclass/fsfilt_reiserfs.c

index a991e39..1ec5916 100644 (file)
@@ -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