Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276136
b: refs/heads/master
c: 425d831
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Oliva authored and Chris Mason committed Nov 30, 2011
1 parent c71c85a commit edf5df4
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: 1b22bad779be7fe07242be04749ec969164528b8
refs/heads/master: 425d83156ca27f74e2cc3f370138038c3c8947f8
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -5278,7 +5278,7 @@ static noinline int find_free_extent(struct btrfs_trans_handle *trans,
spin_lock(&block_group->free_space_ctl->tree_lock);
if (cached &&
block_group->free_space_ctl->free_space <
num_bytes + empty_size) {
num_bytes + empty_cluster + empty_size) {
spin_unlock(&block_group->free_space_ctl->tree_lock);
goto loop;
}
Expand Down

0 comments on commit edf5df4

Please sign in to comment.