]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a19a96afa34594ad38552627a367f79969f3e3d
tree6c50d26e084fc8b36817f33198f46469dcaa2857
parent191a2f9278014f5bcb5b5fb51b0c3b76ede49506
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