diff options
Diffstat (limited to 'fs/exofs')
-rw-r--r-- | fs/exofs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/exofs/inode.c b/fs/exofs/inode.c index 6c10f7476699..44748613be07 100644 --- 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) | |||
950 | #ifdef EXOFS_DEBUG_OBJ_ISIZE | 950 | #ifdef EXOFS_DEBUG_OBJ_ISIZE |
951 | if ((inode->i_size != sanity) && | 951 | if ((inode->i_size != sanity) && |
952 | (!exofs_inode_is_fast_symlink(inode))) { | 952 | (!exofs_inode_is_fast_symlink(inode))) { |
953 | EXOFS_ERR("WARNING: Size of object from inode and " | 953 | EXOFS_ERR("WARNING: Size of inode=%llu != object=%llu\n", |
954 | "attributes differ (%lld != %llu)\n", | ||
955 | inode->i_size, _LLU(sanity)); | 954 | inode->i_size, _LLU(sanity)); |
956 | } | 955 | } |
957 | #endif | 956 | #endif |