link_path_walk: cleanup - turn goto start; into continue;
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 19 Apr 2015 00:44:34 +0000 (20:44 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:19:59 +0000 (22:19 -0400)
Deal with skipping leading slashes before what used to be the
recursive call.  That way we can get rid of that goto completely.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found