ocfs2: ocfs2_group_bitmap_size has to handle old volume.
ocfs2_group_bitmap_size has to handle the case when the volume don't have discontiguous block group support. So pass the feature_incompat in and check it. Signed-off-by: Tao Ma <tao.ma@oracle.com>
This commit is contained in:
@@ -122,7 +122,7 @@ unsigned int ocfs2_la_default_mb(struct ocfs2_super *osb)
|
||||
struct super_block *sb = osb->sb;
|
||||
|
||||
gd_mb = ocfs2_clusters_to_megabytes(osb->sb,
|
||||
8 * ocfs2_group_bitmap_size(sb, 0));
|
||||
8 * ocfs2_group_bitmap_size(sb, 0, osb->s_feature_incompat));
|
||||
|
||||
/*
|
||||
* This takes care of files systems with very small group
|
||||
|
Reference in New Issue
Block a user