Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273160
b: refs/heads/master
c: b051d8d
h: refs/heads/master
v: v3
  • Loading branch information
Robin Dong authored and Theodore Ts'o committed Oct 26, 2011
1 parent 61659c3 commit 209ec01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 66a83cde47deb4e8874539326e12e88ed82158d3
refs/heads/master: b051d8dc4e1f011e1b0543a875f5861be5d90222
4 changes: 1 addition & 3 deletions trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,6 @@ static int mb_find_extent(struct ext4_buddy *e4b, int order, int block,
{
int next = block;
int max;
int ord;
void *buddy;

assert_spin_locked(ext4_group_lock_ptr(e4b->bd_sb, e4b->bd_group));
Expand Down Expand Up @@ -1433,9 +1432,8 @@ static int mb_find_extent(struct ext4_buddy *e4b, int order, int block,
if (mb_test_bit(next, EXT4_MB_BITMAP(e4b)))
break;

ord = mb_find_order_for_block(e4b, next);
order = mb_find_order_for_block(e4b, next);

order = ord;
block = next >> order;
ex->fe_len += 1 << order;
}
Expand Down

0 comments on commit 209ec01

Please sign in to comment.