• C
    Btrfs: fix split_leaf double split corner case · 99d8f83c
    Chris Mason 提交于
    split_leaf was not properly balancing leaves when it was forced to
    split a leaf twice.  This commit adds an extra push left and right
    before forcing the double split in hopes of getting the slot where
    we want to insert at either the start or end of the leaf.
    
    If the extra pushes do work, then we are able to avoid splitting twice
    and we keep the tree properly balanced.
    Signed-off-by: NChris Mason <chris.mason@oracle.com>
    99d8f83c
ctree.c 114.8 KB