From: Chris Mason Date: Mon, 18 May 2009 14:41:58 +0000 (-0400) Subject: Btrfs: fix metadata dirty throttling limits X-Git-Tag: v2.6.31-rc1~380^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=585ad2c3797dcaa643aeba75b9f072778adf3490;p=pandora-kernel.git Btrfs: fix metadata dirty throttling limits Once a metadata block has been written, it must be recowed, so the btrfs dirty balancing call has a check to make sure a fair amount of metadata was actually dirty before it started writing it back to disk. A previous commit had changed the dirty tracking for metadata without updating the btrfs dirty balancing checks. This commit switches it to use the correct counter. Signed-off-by: Chris Mason --- Reading git-diff-tree failed