Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334697
b: refs/heads/master
c: 76495ec
h: refs/heads/master
i:
  334695: f9a3586
v: v3
  • Loading branch information
Lukas Czerner authored and Theodore Ts'o committed Oct 15, 2012
1 parent 38f2ec6 commit 882afd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 06db49e68ae70cf16819b85a14057acb2820776a
refs/heads/master: 76495ec1d47e1c0fe0673faf9179bda6bc8ab5c2
2 changes: 1 addition & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@ static int ext4_fill_flex_info(struct super_block *sb)
sbi->s_log_groups_per_flex = 0;
return 1;
}
groups_per_flex = 1 << sbi->s_log_groups_per_flex;
groups_per_flex = 1U << sbi->s_log_groups_per_flex;

err = ext4_alloc_flex_bg_array(sb, sbi->s_groups_count);
if (err)
Expand Down

0 comments on commit 882afd5

Please sign in to comment.