Skip to content
Commit 585ad2c3 authored by Chris Mason's avatar Chris Mason
Browse files

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: default avatarChris Mason <chris.mason@oracle.com>
parent 2c943de6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment