Btrfs: Use balance_dirty_pages_nr on btree blocks
authorChris Mason <chris.mason@oracle.com>
Mon, 17 Sep 2007 14:58:06 +0000 (10:58 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:00:48 +0000 (11:00 -0400)
btrfs_btree_balance_dirty is changed to pass the number of pages dirtied
for more accurate dirty throttling.  This lets the VM make better decisions
about when to force some writeback.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found