From: Frederic Bohe Date: Fri, 20 Jun 2008 15:48:48 +0000 (-0400) Subject: Ext4: Fix online resize block group descriptor corruption X-Git-Tag: v2.6.26-rc8~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2856922c158605514ec5974a03097eaec91f4c0d;p=pandora-kernel.git Ext4: Fix online resize block group descriptor corruption This is the patch for the group descriptor table corruption during online resize pointed out by Theodore Tso. The problem was caused by the fact that the ext4 group descriptor can be either 32 or 64 bytes long. Only the 64 bytes structure was taken into account. Signed-off-by: Frederic Bohe Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed