From: Eric Sandeen Date: Tue, 16 Oct 2007 22:38:25 +0000 (-0400) Subject: ext4: fix setup_new_group_blocks locking X-Git-Tag: v2.6.24-rc1~452 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b615287b37c32dc0c9dbeab13b19ac87828a5f7;p=pandora-kernel.git ext4: fix setup_new_group_blocks locking setup_new_group_blocks() manipulates the group descriptor block bh under the block_bitmap bh's lock. It shouldn't matter since nobody but resize should be touching these blocks, but it's worth fixing up. Signed-off-by: Eric Sandeen Signed-off-by: Mingming Cao --- Reading git-diff-tree failed