aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/mballoc.c')
-rw-r--r--fs/ext4/mballoc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 18a52d39d094..7d7f6f91d555 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -3038,8 +3038,8 @@ ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac,
3038 in_range(block + len - 1, ext4_inode_table(sb, gdp), 3038 in_range(block + len - 1, ext4_inode_table(sb, gdp),
3039 EXT4_SB(sb)->s_itb_per_group)) { 3039 EXT4_SB(sb)->s_itb_per_group)) {
3040 ext4_error(sb, __func__, 3040 ext4_error(sb, __func__,
3041 "Allocating block in system zone - block = %llu", 3041 "Allocating block %llu in system zone of %d group\n",
3042 block); 3042 block, ac->ac_b_ex.fe_group);
3043 /* File system mounted not to panic on error 3043 /* File system mounted not to panic on error
3044 * Fix the bitmap and repeat the block allocation 3044 * Fix the bitmap and repeat the block allocation
3045 * We leak some of the blocks here. 3045 * We leak some of the blocks here.