Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118563
b: refs/heads/master
c: d94e99a
h: refs/heads/master
i:
  118561: 322b4c2
  118559: 5fa41af
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Theodore Ts'o committed Nov 4, 2008
1 parent 2e865e6 commit 1dc1650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae2d9fb18e575ed37ffc241ece4bf68f0be4ae32
refs/heads/master: d94e99a64c3beece22dbfb2b335771a59184eb0a
5 changes: 2 additions & 3 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,9 +1458,8 @@ static int ext4_fill_flex_info(struct super_block *sb)

/* We allocate both existing and potentially added groups */
flex_group_count = ((sbi->s_groups_count + groups_per_flex - 1) +
((sbi->s_es->s_reserved_gdt_blocks +1 ) <<
EXT4_DESC_PER_BLOCK_BITS(sb))) /
groups_per_flex;
((le16_to_cpu(sbi->s_es->s_reserved_gdt_blocks) + 1) <<
EXT4_DESC_PER_BLOCK_BITS(sb))) / groups_per_flex;
sbi->s_flex_groups = kzalloc(flex_group_count *
sizeof(struct flex_groups), GFP_KERNEL);
if (sbi->s_flex_groups == NULL) {
Expand Down

0 comments on commit 1dc1650

Please sign in to comment.