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

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

fs/reiserfs/objectid.c: In function reiserfs_convert_objectid_map_v1:
fs/reiserfs/objectid.c:186:25: warning: variable new_objectid_map set but not used [-Wunused-but-set-variable]

Link: http://lkml.kernel.org/r/1566379929-118398-5-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/objectid.c