From: Yan Date: Fri, 14 Dec 2007 16:14:42 +0000 (-0500) Subject: Off by one fix for btrfs_drop_extents X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~379 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3b96668eb34da6060a5189e6a73e9d62a3b178;p=pandora-kernel.git Off by one fix for btrfs_drop_extents One of my old patches introduces a new bug to btrfs_drop_extents(changeset 275). Inline extents are not truncated properly when "extent_end == end", it can trigger the BUG_ON at file.c:600. I hope I don't introduce new bug this time. --- Signed-off-by: Chris Mason --- Reading git-diff-tree failed