From ee7168d3dfd4ef5c3666943649a200359e1839b3 Mon Sep 17 00:00:00 2001 From: shadow Date: Mon, 6 Apr 2009 15:33:17 +0000 Subject: [PATCH] fix warning. --- lustre/lvfs/fsfilt_ext3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index f222a8f..14dcac4 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -511,7 +511,7 @@ static int fsfilt_ext3_setattr(struct dentry *dentry, void *handle, int rc = 0; LASSERTF(!(iattr->ia_valid & ATTR_SIZE) || !S_ISDIR(inode->i_mode), - "changing i_size on directory #%lu (%p) new %lu old %lu\n", + "changing i_size on directory #%lu (%p) new "LPU64" old "LPU64"\n", inode->i_ino, inode, iattr->ia_size, i_size_read(inode)); /* Avoid marking the inode dirty on the superblock list unnecessarily. -- 1.8.3.1