aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ialloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ialloc.c')
-rw-r--r--fs/ext4/ialloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c
index b2685992fb2d..75e2eae74cd1 100644
--- a/fs/ext4/ialloc.c
+++ b/fs/ext4/ialloc.c
@@ -1102,9 +1102,9 @@ int ext4_init_inode_table(struct super_block *sb, ext4_group_t group,
1102 sbi->s_inodes_per_block); 1102 sbi->s_inodes_per_block);
1103 1103
1104 if ((used_blks < 0) || (used_blks > sbi->s_itb_per_group)) { 1104 if ((used_blks < 0) || (used_blks > sbi->s_itb_per_group)) {
1105 ext4_error(sb, "Something is wrong with group %u\n" 1105 ext4_error(sb, "Something is wrong with group %u: "
1106 "Used itable blocks: %d" 1106 "used itable blocks: %d; "
1107 "itable unused count: %u\n", 1107 "itable unused count: %u",
1108 group, used_blks, 1108 group, used_blks,
1109 ext4_itable_unused_count(sb, gdp)); 1109 ext4_itable_unused_count(sb, gdp));
1110 ret = 1; 1110 ret = 1;