Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131435
b: refs/heads/master
c: 536ac8a
h: refs/heads/master
i:
  131433: 0e41aad
  131431: 3a86d2f
v: v3
  • Loading branch information
Chris Mason committed Feb 12, 2009
1 parent aba95f6 commit 56de6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b288052e1779261ae80138074989ef50358c4e58
refs/heads/master: 536ac8ae86e68bb5574d7cc81c7d229a86b82601
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2872,7 +2872,8 @@ static noinline int find_free_extent(struct btrfs_trans_handle *trans,

if (data & BTRFS_BLOCK_GROUP_METADATA) {
last_ptr = &root->fs_info->last_alloc;
empty_cluster = 64 * 1024;
if (!btrfs_test_opt(root, SSD))
empty_cluster = 64 * 1024;
}

if ((data & BTRFS_BLOCK_GROUP_DATA) && btrfs_test_opt(root, SSD))
Expand Down

0 comments on commit 56de6b1

Please sign in to comment.