Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274645
b: refs/heads/master
c: 4b91c14
h: refs/heads/master
i:
  274643: 9ef2d88
v: v3
  • Loading branch information
Josef Bacik committed Oct 19, 2011
1 parent c405c89 commit d3d745c
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: 5b0e95bf607ddd59b39f52d3d55e6581c817b530
refs/heads/master: 4b91c14f913f649d4302b3677b85c4ce87a3d8e7
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -3406,7 +3406,7 @@ static int shrink_delalloc(struct btrfs_trans_handle *trans,
}

}
if (reclaimed >= to_reclaim && !trans)
if (reclaimed < to_reclaim && !trans)
btrfs_wait_ordered_extents(root, 0, 0);
return reclaimed >= to_reclaim;
}
Expand Down

0 comments on commit d3d745c

Please sign in to comment.