linux/fs/autofs4
Harvey Harrison f249fdd8c1 autofs4: fix sparse warning in root.c
fs/autofs4/root.c:536:23: warning: symbol 'ino' shadows an earlier one
fs/autofs4/root.c:510:22: originally declared here

There is no need to redeclare, we are at the end of the loop and in
the next iteration of the loop, ino will be reset.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-29 08:06:01 -07:00
..
Makefile
autofs_i.h
expire.c
init.c
inode.c mount options: fix autofs4 2008-02-08 09:22:39 -08:00
root.c autofs4: fix sparse warning in root.c 2008-04-29 08:06:01 -07:00
symlink.c
waitq.c