Btrfs: fix metadata dirty throttling limits
authorChris Mason <chris.mason@oracle.com>
Mon, 18 May 2009 14:41:58 +0000 (10:41 -0400)
committerChris Mason <chris.mason@oracle.com>
Wed, 10 Jun 2009 15:29:48 +0000 (11:29 -0400)
commit585ad2c3797dcaa643aeba75b9f072778adf3490
tree4d48ff8f61f81a84bc620eb59215e1273f788d35
parent2c943de6ad795a174dcc424c293bb77f15ae3b8c
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 <chris.mason@oracle.com>
fs/btrfs/disk-io.c