Skip to content
Commit 19b6caf4 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: reduce extent_state lock contention for metadata



For metadata buffers that don't straddle pages (all of them), btrfs
can safely use the page uptodate bits and extent_buffer uptodate bit
instead of needing to use the extent_state tree.

This greatly reduces contention on the state tree lock.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 31533fb2
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