Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174352
b: refs/heads/master
c: 58311c4
h: refs/heads/master
v: v3
  • Loading branch information
Boaz Harrosh committed Dec 10, 2009
1 parent 962fa87 commit 67ac5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f249162fbf1aea1335e13c57fd5355d00e07a47
refs/heads/master: 58311c43dfc3997a1f7b5883f827443f34108f8f
3 changes: 1 addition & 2 deletions trunk/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 67ac5ca

Please sign in to comment.