]> git.baikalelectronics.ru Git - kernel.git/commit
init/initramfs.c: fix "symbol shadows an earlier one" noise
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 5 Mar 2010 21:42:39 +0000 (13:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Mar 2010 19:26:29 +0000 (11:26 -0800)
commit187c03ccb8198c9ebc53893788b5f8d310259f3b
treee94b8899476df43febd5dd6dabcf548c6cdf816d
parentc7fa5ccf95bfd31e878848e70257d39807476b9b
init/initramfs.c: fix "symbol shadows an earlier one" noise

The symbol 'count' is a local global variable in this file.  The function
clean_rootfs() should use a different symbol name to prevent "symbol
shadows an earlier one" noise.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/initramfs.c