From: Chris Mason Date: Fri, 4 Jan 2008 14:34:54 +0000 (-0500) Subject: Properly call btrfs_search_slot while shrinking X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~353 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1372f8e609d260c2352bf74e125614eef7aee8ef;p=pandora-kernel.git Properly call btrfs_search_slot while shrinking The shrinking code used btrfs_next_leaf to find the next item, but this does not cow the blocks it touches. This fix calls search_slot after finding the next item to do appropriate cow and balancing. Signed-off-by: Chris Mason --- Reading git-diff-tree failed