ext4: remove lock_buffer in bclean() and setup_new_group_blocks()
authorYongqiang Yang <xiaoqiangnk@gmail.com>
Thu, 28 Jul 2011 00:40:18 +0000 (20:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Jul 2011 00:40:18 +0000 (20:40 -0400)
There is no need to lock the buffers since no one else should be
touching these buffers besides the file system.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found