]> git.baikalelectronics.ru Git - kernel.git/commit
[JFFS2] fix sparse warnings in gc.c
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 11:12:25 +0000 (12:12 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 11:35:47 +0000 (12:35 +0100)
commitcc9e83f6e6b692988f1e6e5ae402786407aa5fc8
treea5efd5b1f27d98c927f30c42fec2a99123434c7f
parentd70d963f543b6841842d3d9b21fa5706a06ffb19
[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 <dwmw2@infradead.org>
fs/jffs2/gc.c