diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 12c2203a62fe..59930ee4fe2e 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -2277,7 +2277,7 @@ static int ocfs2_initialize_super(struct super_block *sb, | |||
2277 | osb->osb_clusters_at_boot = OCFS2_I(inode)->ip_clusters; | 2277 | osb->osb_clusters_at_boot = OCFS2_I(inode)->ip_clusters; |
2278 | iput(inode); | 2278 | iput(inode); |
2279 | 2279 | ||
2280 | osb->bitmap_cpg = ocfs2_group_bitmap_size(sb) * 8; | 2280 | osb->bitmap_cpg = ocfs2_group_bitmap_size(sb, 0) * 8; |
2281 | 2281 | ||
2282 | status = ocfs2_init_slot_info(osb); | 2282 | status = ocfs2_init_slot_info(osb); |
2283 | if (status < 0) { | 2283 | if (status < 0) { |