From 9e18f10a30e0c49520fbda39751fcae760445b96 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 18 Apr 2015 20:44:34 -0400 Subject: [PATCH] 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-format-patch failed