From: Yan Date: Thu, 3 Jan 2008 19:14:39 +0000 (-0500) Subject: Btrfs: Properly handle overlapping extent in shrink_extent_tree X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e48b277a3fcd647f1936c71aea2f8d450ecc74;p=pandora-kernel.git Btrfs: Properly handle overlapping extent in shrink_extent_tree The patch fixes the overlapping extent issue in shrink_extent_tree. It checks whether there is an overlapping extent by using find_previous_extent. If there is an overlapping extent, it setups key.objectid and cur_byte properly. --- Signed-off-by: Chris Mason --- Reading git-diff-tree failed