Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198959
b: refs/heads/master
c: 291dae4
h: refs/heads/master
i:
  198957: 678457b
  198955: aa920c3
  198951: 5457af5
  198943: 3d010c5
v: v3
  • Loading branch information
Curt Wohlgemuth authored and Theodore Ts'o committed May 16, 2010
1 parent 733d3bf commit aecdce0
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: 8a57d9d61a6e361c7bb159dda797672c1df1a691
refs/heads/master: 291dae472a8976ff461f24c848fee2a03f9ea3c8
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,7 @@ static void ext4_mb_collect_stats(struct ext4_allocation_context *ac)
if (sbi->s_mb_stats && ac->ac_g_ex.fe_len > 1) {
atomic_inc(&sbi->s_bal_reqs);
atomic_add(ac->ac_b_ex.fe_len, &sbi->s_bal_allocated);
if (ac->ac_o_ex.fe_len >= ac->ac_g_ex.fe_len)
if (ac->ac_b_ex.fe_len >= ac->ac_o_ex.fe_len)
atomic_inc(&sbi->s_bal_success);
atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned);
if (ac->ac_g_ex.fe_start == ac->ac_b_ex.fe_start &&
Expand Down

0 comments on commit aecdce0

Please sign in to comment.