From: Sage Weil Date: Fri, 29 Oct 2010 19:37:33 +0000 (-0400) Subject: Btrfs: fix clone ioctl where range is adjacent to extent X-Git-Tag: v2.6.37-rc1~19^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050006a753bab8ba05f2113cc57ba49398cd5521;p=pandora-kernel.git Btrfs: fix clone ioctl where range is adjacent to extent We had an edge case issue where the requested range was just following an existing extent. Instead of skipping to the next extent, we used the previous one which lead to having zero sized extents. Signed-off-by: Yehuda Sadeh Signed-off-by: Chris Mason --- Reading git-diff-tree failed