From: Coly Li Date: Tue, 29 Jan 2008 04:58:27 +0000 (-0500) Subject: ext4: sync up block group descriptor with e2fsprogs. X-Git-Tag: v2.6.25-rc1~1166^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b51a018d7711b20e9e0bb14c3d790de4e310d4;p=pandora-kernel.git ext4: sync up block group descriptor with e2fsprogs. This patch extends bg_itable_unused of ext4 group descriptor from 16bit into 32bit. In order to add bg_itable_unused_hi into struct ext4_group_desc, some extra fields which are already introduced into e2fsprogs are also added in for consistency. Signed-off-by: Coly Li Cc: Andreas Dilger Signed-off-by: Mingming Cao --- Reading git-diff-tree failed