Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286929
b: refs/heads/master
c: 357b978
h: refs/heads/master
i:
  286927: ccc1d9e
v: v3
  • Loading branch information
Josef Bacik authored and Chris Mason committed Jan 26, 2012
1 parent ce3918c commit c44af2b
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: b1375d64c539c5b76794be759b62d3f178e67c32
refs/heads/master: 357b9784b79924a31ccded5d9a0c688f48cc28f2
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 @@ -2475,7 +2475,7 @@ setup_cluster_bitmap(struct btrfs_block_group_cache *block_group,
}

list_for_each_entry(entry, bitmaps, list) {
if (entry->bytes < min_bytes)
if (entry->bytes < bytes)
continue;
ret = btrfs_bitmap_cluster(block_group, entry, cluster, offset,
bytes, cont1_bytes, min_bytes);
Expand Down

0 comments on commit c44af2b

Please sign in to comment.