From: Chris Mason Date: Thu, 25 Oct 2007 19:42:57 +0000 (-0400) Subject: Btrfs: Fix split_leaf to detect when it is extending an item X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~438 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0c55384796b422133ff1f21646835b31590f88;p=pandora-kernel.git Btrfs: Fix split_leaf to detect when it is extending an item When making room for a new item, it is ok to create an empty leaf, but when making room to extend an item, split_leaf needs to make sure it keeps the item we're extending in the path and make sure we don't end up with an empty leaf. Signed-off-by: Chris Mason --- Reading git-diff-tree failed