From: Boaz Harrosh Date: Tue, 14 Jul 2009 08:06:08 +0000 (+0300) Subject: exofs: More sane debug print X-Git-Tag: v2.6.33-rc1~331^2~7 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=58311c43dfc3997a1f7b5883f827443f34108f8f;hp=9f249162fbf1aea1335e13c57fd5355d00e07a47;p=net-next-2.6.git exofs: More sane debug print debug prints should be somewhat useful without actually reading the source code Signed-off-by: Boaz Harrosh --- diff --git a/fs/exofs/inode.c b/fs/exofs/inode.c index 6c10f747669..44748613be0 100644 --- a/fs/exofs/inode.c +++ b/fs/exofs/inode.c @@ -950,8 +950,7 @@ struct inode *exofs_iget(struct super_block *sb, unsigned long ino) #ifdef EXOFS_DEBUG_OBJ_ISIZE if ((inode->i_size != sanity) && (!exofs_inode_is_fast_symlink(inode))) { - EXOFS_ERR("WARNING: Size of object from inode and " - "attributes differ (%lld != %llu)\n", + EXOFS_ERR("WARNING: Size of inode=%llu != object=%llu\n", inode->i_size, _LLU(sanity)); } #endif