Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128955
b: refs/heads/master
c: 24ab9cd
h: refs/heads/master
i:
  128953: 71ffd73
  128951: f1d6070
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent e47cd55 commit 7bfa153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4434c33c7f233a7ee5dcaf357fbf795818ea8861
refs/heads/master: 24ab9cd85c11bccacbd0cce7f8e1aebd4930404c
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ static int btree_writepages(struct address_space *mapping,
if (wbc->sync_mode == WB_SYNC_NONE) {
u64 num_dirty;
u64 start = 0;
unsigned long thresh = 8 * 1024 * 1024;
unsigned long thresh = 32 * 1024 * 1024;

if (wbc->for_kupdate)
return 0;
Expand Down Expand Up @@ -690,7 +690,7 @@ struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root,
int btrfs_write_tree_block(struct extent_buffer *buf)
{
return btrfs_fdatawrite_range(buf->first_page->mapping, buf->start,
buf->start + buf->len - 1, WB_SYNC_NONE);
buf->start + buf->len - 1, WB_SYNC_ALL);
}

int btrfs_wait_tree_block_writeback(struct extent_buffer *buf)
Expand Down

0 comments on commit 7bfa153

Please sign in to comment.