From: Aneesh Kumar K.V Date: Tue, 6 Jan 2009 02:36:02 +0000 (-0500) Subject: ext4: Add blocks added during resize to bitmap X-Git-Tag: v2.6.29-rc1~40^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e21675d4b63975d09eb75c443c48ebe663d23e18;p=pandora-kernel.git ext4: Add blocks added during resize to bitmap With this change new blocks added during resize are marked as free in the block bitmap and the group is flagged with EXT4_GROUP_INFO_NEED_INIT_BIT flag. This makes sure when mballoc tries to allocate blocks from the new group we would reload the buddy information using the bitmap present in the disk. Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" Cc: stable@kernel.org --- Reading git-diff-tree failed