Searched hist:"4 a70aebb12689b2e7b51c4b10157c4c4e99c59e4" (Results 1 – 1 of 1) sorted by relevance
/linux/fs/reiserfs/ |
H A D | objectid.c | diff 4a70aebb12689b2e7b51c4b10157c4c4e99c59e4 Thu Sep 26 01:47:07 CEST 2019 zhengbin <zhengbin13@huawei.com> 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>
|