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)
commite6075e984d100c12bb79267639c3f661d9788a67
tree6c50d26e084fc8b36817f33198f46469dcaa2857
parent6d40bc5a7e8fc71795d131e835f38f161ed7e1b1
ext4: remove lock_buffer in bclean() and setup_new_group_blocks()

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>
fs/ext4/resize.c