Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344844
b: refs/heads/master
c: d8ec0c3
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Theodore Ts'o committed Nov 8, 2012
1 parent cac1289 commit d3c95a2
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: d339450ccad1acb942fc880ca0b44c956e6d2762
refs/heads/master: d8ec0c396083ef633a065629df1565246dbb2f33
2 changes: 1 addition & 1 deletion trunk/fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ static int mb_find_extent(struct ext4_buddy *e4b, int block,
ex->fe_start += next;

while (needed > ex->fe_len &&
(buddy = mb_find_buddy(e4b, order, &max))) {
mb_find_buddy(e4b, order, &max)) {

if (block + 1 >= max)
break;
Expand Down

0 comments on commit d3c95a2

Please sign in to comment.