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

Btrfs: don't lock bits in the extent tree during writepage



At writepage time, we have the page locked and we have the
extent_map entry for this extent pinned in the extent_map tree.
So, the page can't go away and its mapping can't change.

There is no need for the extra extent_state lock bits during writepage.

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