Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262236
b: refs/heads/master
c: ff1f2b4
h: refs/heads/master
v: v3
  • Loading branch information
liubo authored and Chris Mason committed Aug 1, 2011
1 parent 6cef01e commit 70dd475
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 61cfea9bb84d41b09e59822c33b3eb27acc48358
refs/heads/master: ff1f2b4407454d926d8b143bf37e4dce66026a28
4 changes: 3 additions & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -5079,7 +5079,9 @@ static noinline int find_free_extent(struct btrfs_trans_handle *trans,
* group is does point to and try again
*/
if (!last_ptr_loop && last_ptr->block_group &&
last_ptr->block_group != block_group) {
last_ptr->block_group != block_group &&
index <=
get_block_group_index(last_ptr->block_group)) {

btrfs_put_block_group(block_group);
block_group = last_ptr->block_group;
Expand Down

0 comments on commit 70dd475

Please sign in to comment.