Skip to content
Commit d717aa1d authored by Yan Zheng's avatar Yan Zheng Committed by Chris Mason
Browse files

Btrfs: Avoid delayed reference update looping



btrfs_split_leaf and btrfs_del_items can end up in a loop
where one is constantly spliting a given leaf and the other
is constantly merging it back with the adjacent nodes.

There is a better fix for this, but in the interest of something
small, this patch just changes btrfs_del_items back to balancing less
often.

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