From: David Woodhouse Date: Tue, 22 Apr 2008 11:12:25 +0000 (+0100) Subject: [JFFS2] fix sparse warnings in gc.c X-Git-Tag: v2.6.26-rc1~1069^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25dc30b4cd68df1de8932fe77ca574227d42a259;p=pandora-kernel.git [JFFS2] fix sparse warnings in gc.c fs/jffs2/gc.c:1147:29: warning: symbol 'jeb' shadows an earlier one fs/jffs2/gc.c:1084:89: originally declared here fs/jffs2/gc.c:1197:29: warning: symbol 'jeb' shadows an earlier one fs/jffs2/gc.c:1084:89: originally declared here Rename the unused 'jeb' argument to avoid this. We could potentially remove the argument, but GCC should be doing that anyway. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed