mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
9f249162fb
commit
58311c43df
1 changed files with 1 additions and 2 deletions
|
@ -950,8 +950,7 @@ struct inode *exofs_iget(struct super_block *sb, unsigned long ino)
|
||||||
#ifdef EXOFS_DEBUG_OBJ_ISIZE
|
#ifdef EXOFS_DEBUG_OBJ_ISIZE
|
||||||
if ((inode->i_size != sanity) &&
|
if ((inode->i_size != sanity) &&
|
||||||
(!exofs_inode_is_fast_symlink(inode))) {
|
(!exofs_inode_is_fast_symlink(inode))) {
|
||||||
EXOFS_ERR("WARNING: Size of object from inode and "
|
EXOFS_ERR("WARNING: Size of inode=%llu != object=%llu\n",
|
||||||
"attributes differ (%lld != %llu)\n",
|
|
||||||
inode->i_size, _LLU(sanity));
|
inode->i_size, _LLU(sanity));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue