commit | 585ad2c3797dcaa643aeba75b9f072778adf3490 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon May 18 10:41:58 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Wed Jun 10 11:29:48 2009 -0400 |
tree | 4d48ff8f61f81a84bc620eb59215e1273f788d35 | |
parent | 2c943de6ad795a174dcc424c293bb77f15ae3b8c [diff] |
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>