commit | 5b615287b37c32dc0c9dbeab13b19ac87828a5f7 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Oct 16 18:38:25 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 17 18:50:04 2007 -0400 |
tree | ebfcf41b38dcfafa223a363efcad09762871ea1f | |
parent | ac39849ddc19c0bbb39068497139ac45bccd4321 [diff] |
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 <sandeen@redhat.com> Signed-off-by: Mingming Cao <cmm@us.ibm.com>