]> git.baikalelectronics.ru Git - kernel.git/commit
fs/reiserfs/lbalance.c: remove set but not used variables
authorzhengbin <zhengbin13@huawei.com>
Wed, 25 Sep 2019 23:47:04 +0000 (16:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Sep 2019 00:51:40 +0000 (17:51 -0700)
commit938ce7d72a4af8c3a5ae6a5a0ce14431e3afec24
tree23dccc157b26ebe44b17edd4883402475569b6bd
parentc2f25b77968e3424bffef5050a1156d6cd15121e
fs/reiserfs/lbalance.c: remove set but not used variables

Fixes gcc '-Wunused-but-set-variable' warning:

fs/reiserfs/lbalance.c: In function leaf_paste_entries:
fs/reiserfs/lbalance.c:1325:9: warning: variable old_entry_num set but not used [-Wunused-but-set-variable]

Link: http://lkml.kernel.org/r/1566379929-118398-4-git-send-email-zhengbin13@huawei.com
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/lbalance.c