]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ext4/mballoc.c
ext4: mark the blocks/inode bitmap beyond end of group as used
[mv-sheeva.git] / fs / ext4 / mballoc.c
index 18a52d39d094b67b779336bcf72487e5f5a38d42..7d7f6f91d555ab9e584c10d0d6f061a9dff8267a 100644 (file)
@@ -3038,8 +3038,8 @@ ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac,
            in_range(block + len - 1, ext4_inode_table(sb, gdp),
                     EXT4_SB(sb)->s_itb_per_group)) {
                ext4_error(sb, __func__,
-                          "Allocating block in system zone - block = %llu",
-                          block);
+                          "Allocating block %llu in system zone of %d group\n",
+                          block, ac->ac_b_ex.fe_group);
                /* File system mounted not to panic on error
                 * Fix the bitmap and repeat the block allocation
                 * We leak some of the blocks here.