From: Aneesh Kumar K.V Date: Tue, 6 Jan 2009 02:36:55 +0000 (-0500) Subject: ext4: don't use blocks freed but not yet committed in buddy cache init X-Git-Tag: v2.6.29-rc1~40^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2fcbf7f85737735fd44eb34b62315bccf6d6e4;p=pandora-kernel.git ext4: don't use blocks freed but not yet committed in buddy cache init When we generate buddy cache (especially during resize) we need to make sure we don't use the blocks freed but not yet comitted. This makes sure we have the right value of free blocks count in the group info and also in the bitmap. This also ensures the ordered mode consistency Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" Cc: stable@kernel.org --- Reading git-diff-tree failed