• Y
    Btrfs: Avoid delayed reference update looping · d717aa1d
    Yan Zheng 提交于
    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: NChris Mason <chris.mason@oracle.com>
    d717aa1d
ctree.c 109.3 KB