From db64cc0cefc33e4f3b4ffeaa424a1a95da970289 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 3 Jan 2003 23:49:21 +0000 Subject: [PATCH] ia64 fixups --- lustre/obdclass/fsfilt_reiserfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/fsfilt_reiserfs.c b/lustre/obdclass/fsfilt_reiserfs.c index a991e39..1ec5916 100644 --- 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 -- 1.8.3.1