From: Harvey Harrison Date: Tue, 29 Apr 2008 07:59:03 +0000 (-0700) Subject: autofs4: fix sparse warning in root.c X-Git-Tag: v2.6.26-rc1~652 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f249fdd8c19ff65825c0be67212cdf22e556668e;p=pandora-kernel.git 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 Acked-by: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed