Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198943
b: refs/heads/master
c: 42007ef
h: refs/heads/master
i:
  198941: 229bf44
  198939: a863566
  198935: f1d13f9
  198927: 5a15be3
  198911: fb2ced2
v: v3
  • Loading branch information
Eric Sandeen authored and Theodore Ts'o committed May 16, 2010
1 parent a3bcbe9 commit 3d010c5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 35121c9860316d7799cea0fbc359a9186e7c2747
refs/heads/master: 42007efd569f1cf3bfb9a61da60ef6c2179508ca
3 changes: 2 additions & 1 deletion trunk/fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,8 @@ int ext4_group_add(struct super_block *sb, struct ext4_new_group_data *input)
percpu_counter_add(&sbi->s_freeinodes_counter,
EXT4_INODES_PER_GROUP(sb));

if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_FLEX_BG)) {
if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_FLEX_BG) &&
sbi->s_log_groups_per_flex) {
ext4_group_t flex_group;
flex_group = ext4_flex_group(sbi, input->group);
atomic_add(input->free_blocks_count,
Expand Down

0 comments on commit 3d010c5

Please sign in to comment.