aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exofs/inode.c
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2009-07-14 04:06:08 -0400
committerBoaz Harrosh <bharrosh@panasas.com>2009-12-10 02:59:17 -0500
commit58311c43dfc3997a1f7b5883f827443f34108f8f (patch)
tree0d3630692a0fbb67afd117c562cac3f03ad6cefa /fs/exofs/inode.c
parent9f249162fbf1aea1335e13c57fd5355d00e07a47 (diff)
exofs: More sane debug print
debug prints should be somewhat useful without actually reading the source code Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/inode.c')
-rw-r--r--fs/exofs/inode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/exofs/inode.c b/fs/exofs/inode.c
index 6c10f7476699..44748613be07 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)
950#ifdef EXOFS_DEBUG_OBJ_ISIZE 950#ifdef EXOFS_DEBUG_OBJ_ISIZE
951 if ((inode->i_size != sanity) && 951 if ((inode->i_size != sanity) &&
952 (!exofs_inode_is_fast_symlink(inode))) { 952 (!exofs_inode_is_fast_symlink(inode))) {
953 EXOFS_ERR("WARNING: Size of object from inode and " 953 EXOFS_ERR("WARNING: Size of inode=%llu != object=%llu\n",
954 "attributes differ (%lld != %llu)\n",
955 inode->i_size, _LLU(sanity)); 954 inode->i_size, _LLU(sanity));
956 } 955 }
957#endif 956#endif