Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242365
b: refs/heads/master
c: 5a54b2f
h: refs/heads/master
i:
  242363: 17ab5d0
v: v3
  • Loading branch information
Coly Li authored and Theodore Ts'o committed Feb 24, 2011
1 parent ab1d60b commit b2a1903
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: 58696f3ab2b23fd6519189875fafdb5d1281eb54
refs/heads/master: 5a54b2f199fdf19533f96c3e285b70c6729e1e4a
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3213,7 +3213,7 @@ ext4_mb_check_group_pa(ext4_fsblk_t goal_block,
cur_distance = abs(goal_block - cpa->pa_pstart);
new_distance = abs(goal_block - pa->pa_pstart);

if (cur_distance < new_distance)
if (cur_distance <= new_distance)
return cpa;

/* drop the previous reference */
Expand Down

0 comments on commit b2a1903

Please sign in to comment.