ext3: fix setup_new_group_blocks locking
authorEric Sandeen <sandeen@redhat.com>
Thu, 18 Oct 2007 10:06:57 +0000 (03:06 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:29 +0000 (14:37 -0700)
commit42a2b6ad71b011144d21d88a124140bb2bf1023f
tree2b88c3aef205707f6efb8b953db7014cdf27afc6
parent0f0a89ebe1ccf7c280534f69577cdd182941eb6a
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 <sandeen@redhat.com>
C: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext3/resize.c