summaryrefslogtreecommitdiff
path: root/ext2fs/hyper.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/hyper.c')
-rw-r--r--ext2fs/hyper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/hyper.c b/ext2fs/hyper.c
index d2440dc0..2af7e870 100644
--- a/ext2fs/hyper.c
+++ b/ext2fs/hyper.c
@@ -180,7 +180,7 @@ map_hypermetadata (void)
/* Cache a convenient pointer to the block group descriptors for allocation.
These are stored in the filesystem blocks following the superblock. */
group_desc_image =
- (struct ext2_group_desc *) bptr (bptr_block (mapped_sblock) + 1);
+ (struct ext2_group_desc *) bptr (group_desc_block);
}
error_t