From: Al Viro Date: Sun, 19 Apr 2015 00:44:34 +0000 (-0400) Subject: link_path_walk: cleanup - turn goto start; into continue; X-Git-Tag: omap-for-v4.3/legacy-v2-signed~213^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e18f10a30e0c49520fbda39751fcae760445b96;p=pandora-kernel.git link_path_walk: cleanup - turn goto start; into continue; 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 --- Reading git-diff-tree failed