From: Aneesh Kumar K.V Date: Tue, 17 Feb 2009 15:58:38 +0000 (-0500) Subject: ext4: Don't allow new groups to be added during block allocation X-Git-Tag: v2.6.27.19~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f06cdd2d5f71f17751311631ca4d0ce6dabaf0;p=pandora-kernel.git ext4: Don't allow new groups to be added during block allocation (cherry picked from commit 8556e8f3b6c4c11601ce1e9ea8090a6d8bd5daae) After we mark the blocks in the buddy cache as allocated, we need to ensure that we don't reinit the buddy cache until the block bitmap is updated. This commit achieves this by holding the group_info alloc_semaphore till ext4_mb_release_context Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed