]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()
authorzhong jiang <zhongjiang@huawei.com>
Sat, 4 Aug 2018 21:34:07 +0000 (17:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 4 Aug 2018 21:34:07 +0000 (17:34 -0400)
commit7b8434a5e47df02cc68170c96c81c209ad554a63
treee699c12ed03cfda99b2e8074304aa05abaa59f53
parent7b845cc1f8aea132e1315b3f67342cf25a1de0a9
ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()

The err is not used after initalization. So just remove the variable.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c