From: Theodore Ts'o Date: Sat, 2 Aug 2008 01:59:19 +0000 (-0400) Subject: ext4: don't assume extents can't cross block groups when truncating X-Git-Tag: v2.6.27-rc2~71^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34071da71a665d8c81e3b3467c9a2e7c56386fec;p=pandora-kernel.git ext4: don't assume extents can't cross block groups when truncating With the FLEX_BG layout, there is no reason why extents can't cross block groups, so make the truncate code reserve enough credits so we don't BUG if we come across such an extent. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed