From: Eric Sandeen Date: Thu, 18 Oct 2007 10:06:57 +0000 (-0700) Subject: ext3: fix setup_new_group_blocks locking X-Git-Tag: v2.6.24-rc1~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a2b6ad71b011144d21d88a124140bb2bf1023f;p=pandora-kernel.git ext3: 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 C: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed