提交 58311c43 编写于 作者: B Boaz Harrosh

exofs: More sane debug print

debug prints should be somewhat useful without actually
reading the source code
Signed-off-by: NBoaz Harrosh <bharrosh@panasas.com>
上级 9f249162
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册