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)
commit9e18f10a30e0c49520fbda39751fcae760445b96
tree1675b98a9a952473cb98fd04759606e8a21b8449
parent07681481b865b5dc100f71cc82facaeaa9e69e86
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 <viro@zeniv.linux.org.uk>
fs/namei.c
This page took 0.025626 seconds and 5 git commands to generate.