]> 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)
commit0f24a1e2f1577031be1daa425626c2b757cdac1b
tree3d2dac1ccc329077991f1f9eae2e144ef83aea6c
parentf5c61d2dd8ba23c8107e148d7d64b68cf5d7bac8
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