]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: cleanup in ext4_discard_allocated_blocks()
authorZheng Liu <gnehzuil.liu@gmail.com>
Mon, 28 May 2012 21:53:53 +0000 (17:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 28 May 2012 21:53:53 +0000 (17:53 -0400)
commit6d8bfb3b70e5d0a175368e8690e586461fc14a52
tree3d2dac1ccc329077991f1f9eae2e144ef83aea6c
parent1d632d82b2a661546f49453ea333a9d043cc243f
ext4: cleanup in ext4_discard_allocated_blocks()

remove 'len' variable in ext4_discard_allocated_blocks() because it is
useless.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c