Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147766
b: refs/heads/master
c: 2c943de
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason committed Jun 10, 2009
1 parent fd0ce37 commit 0a2c4f8
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: cfbb9308463f6dad1334884db046ccf0f1a77918
refs/heads/master: 2c943de6ad795a174dcc424c293bb77f15ae3b8c
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 @@ -652,7 +652,7 @@ int btrfs_find_space_cluster(struct btrfs_trans_handle *trans,
last = entry;
max_extent = 0;
total_retries++;
if (total_retries % 256 == 0) {
if (total_retries % 64 == 0) {
if (min_bytes >= (bytes + empty_size)) {
ret = -ENOSPC;
goto out;
Expand Down

0 comments on commit 0a2c4f8

Please sign in to comment.