]> git.baikalelectronics.ru Git - kernel.git/commit
link_path_walk: move the OK: inside the loop
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 May 2015 12:58:35 +0000 (08:58 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:20:12 +0000 (22:20 -0400)
commit44f73c2df298d2c2a66d0946b05d9e4f7ae825fb
tree2da38ce30bb27a14abe637aac50fbda3060a7a3d
parentdb655a1c84ec9488f6a67e58a6a73d5a7d710f2b
link_path_walk: move the OK: inside the loop

fewer labels that way; in particular, resuming after the end of
nested symlink is straight-line.

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