projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f24916
)
exofs: More sane debug print
author
Boaz Harrosh
<bharrosh@panasas.com>
Tue, 14 Jul 2009 08:06:08 +0000
(11:06 +0300)
committer
Boaz Harrosh
<bharrosh@panasas.com>
Thu, 10 Dec 2009 07:59:17 +0000
(09:59 +0200)
debug prints should be somewhat useful without actually
reading the source code
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/inode.c
patch
|
blob
|
history
diff --git
a/fs/exofs/inode.c
b/fs/exofs/inode.c
index
6c10f74
..
4474861
100644
(file)
--- 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