]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d70c0c4ad090da3a1fa25d12f8e859028d67069
tree1675b98a9a952473cb98fd04759606e8a21b8449
parentb3413857990bc8723dec9fbd2760073a53a28221
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