Signed-off-by: Andrew Morton --- 25-sparc64-akpm/fs/ext3/xattr.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ext3/xattr.c~ext3-support-for-ea-in-inode-warning-fix fs/ext3/xattr.c --- 25-sparc64/fs/ext3/xattr.c~ext3-support-for-ea-in-inode-warning-fix 2004-12-03 23:05:32.300190960 -0800 +++ 25-sparc64-akpm/fs/ext3/xattr.c 2004-12-03 23:05:32.304190352 -0800 @@ -830,7 +830,7 @@ ext3_xattr_ibody_set(handle_t *handle, s memset(last->e_name, 0, esize); memcpy(last->e_name, name, last->e_name_len); if (start + offs + value_len > end) - printk("ALERT at %s:%d: 0x%p + %d + %d > 0x%p\n", + printk("ALERT at %s:%d: 0x%p + %d + %zd > 0x%p\n", __FILE__, __LINE__, start, offs, value_len, end); memcpy(start + offs, value, value_len); _