summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoaz Harrosh2009-07-14 10:06:08 +0200
committerBoaz Harrosh2009-12-10 08:59:17 +0100
commit58311c43dfc3997a1f7b5883f827443f34108f8f (patch)
tree0d3630692a0fbb67afd117c562cac3f03ad6cefa
parenttrivial: some small fixes in exofs documentation (diff)
downloadkernel-qcow2-linux-58311c43dfc3997a1f7b5883f827443f34108f8f.tar.gz
kernel-qcow2-linux-58311c43dfc3997a1f7b5883f827443f34108f8f.tar.xz
kernel-qcow2-linux-58311c43dfc3997a1f7b5883f827443f34108f8f.zip
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>
-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)
#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