Home
last modified time | relevance | path

Searched hist:d717aa1d31c36cb56059e97966cb76f0be021969 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dctree.cdiff d717aa1d31c36cb56059e97966cb76f0be021969 Fri Jul 24 11:42:46 CDT 2009 Yan Zheng <zheng.yan@oracle.com> 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: Chris Mason <chris.mason@oracle.com>