]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit063e3a3543e5a7cddbca3e381af70a50dc1505b2
tree2b88c3aef205707f6efb8b953db7014cdf27afc6
parente4636cdbfd8a919ca01b61c579f888c03bc9dbad
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