Skip to content

Commit

Permalink
exofs: More sane debug print
Browse files Browse the repository at this point in the history
debug prints should be somewhat useful without actually
reading the source code

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
  • Loading branch information
Boaz Harrosh committed Dec 10, 2009
1 parent 9f24916 commit 58311c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/exofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58311c4

Please sign in to comment.