Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198939
b: refs/heads/master
c: 62e823a
h: refs/heads/master
i:
  198937: 3b4a635
  198935: f1d13f9
v: v3
  • Loading branch information
Jing Zhang authored and Theodore Ts'o committed May 13, 2010
1 parent c995ade commit a863566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: b720303df7352d4a7a1f61e467e0a124913c0d41
refs/heads/master: 62e823a2cba18509ee826d775270e8ef9071b5bc
2 changes: 0 additions & 2 deletions trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,6 @@ ext4_mb_regular_allocator(struct ext4_allocation_context *ac)

for (i = 0; i < ngroups; group++, i++) {
struct ext4_group_info *grp;
struct ext4_group_desc *desc;

if (group == ngroups)
group = 0;
Expand All @@ -2048,7 +2047,6 @@ ext4_mb_regular_allocator(struct ext4_allocation_context *ac)
}

ac->ac_groups_scanned++;
desc = ext4_get_group_desc(sb, group, NULL);
if (cr == 0)
ext4_mb_simple_scan_group(ac, &e4b);
else if (cr == 1 &&
Expand Down

0 comments on commit a863566

Please sign in to comment.