Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162753
b: refs/heads/master
c: a81655a
h: refs/heads/master
i:
  162751: 52102e1
v: v3
  • Loading branch information
Eric Sandeen authored and Felix Blyakher committed Jul 31, 2009
1 parent 219f76f commit d1b6ccd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ede58517ca93277547a0d054728c352618212d85
refs/heads/master: a81655ae5a9da16a08ba14637dc6c10217e57492
8 changes: 8 additions & 0 deletions trunk/fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,14 @@ xfs_vm_writepage(
if (!page_has_buffers(page))
create_empty_buffers(page, 1 << inode->i_blkbits, 0);


/*
* VM calculation for nr_to_write seems off. Bump it way
* up, this gets simple streaming writes zippy again.
* To be reviewed again after Jens' writeback changes.
*/
wbc->nr_to_write *= 4;

/*
* Convert delayed allocate, unwritten or unmapped space
* to real space and flush out to disk.
Expand Down

0 comments on commit d1b6ccd

Please sign in to comment.