Merge branch 'maint' into next
Conflicts:
lib/ext2fs/bitmaps.c
lib/ext2fs/rw_bitmaps.c
misc/dumpe2fs.c
diff --git a/lib/ext2fs/bitmaps.c b/lib/ext2fs/bitmaps.c
index c53d61e..4f61d27 100644
--- a/lib/ext2fs/bitmaps.c
+++ b/lib/ext2fs/bitmaps.c
@@ -92,7 +92,7 @@
start = fs->super->s_first_data_block;
end = ext2fs_blocks_count(fs->super)-1;
- real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super)
+ real_end = ((__u64) EXT2_CLUSTERS_PER_GROUP(fs->super)
* (__u64) fs->group_desc_count)-1 + start;
if (fs->flags & EXT2_FLAG_64BITS)