Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168548
b: refs/heads/master
c: 01dea1e
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Nov 11, 2009
1 parent 2d015c9 commit 43edcea
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: 249ac1e55c642c670f47aacdc57629bbbf10a8db
refs/heads/master: 01dea1efc23b511d3b58bb94da07ddb6d6db9895
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/free-space-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ int btrfs_find_space_cluster(struct btrfs_trans_handle *trans,
window_start = entry->offset;
window_free = entry->bytes;
last = entry;
max_extent = 0;
max_extent = entry->bytes;
} else {
last = next;
window_free += next->bytes;
Expand Down

0 comments on commit 43edcea

Please sign in to comment.