]> git.baikalelectronics.ru Git - kernel.git/commit
namei: expand the call of follow_link() in link_path_walk()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Apr 2015 22:45:16 +0000 (18:45 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:19:53 +0000 (22:19 -0400)
commit5ad16fdfe465fdf3c9e3fecd087503dc4fc2e89f
tree1c64b817bd56640a252f11325618ccc30ecf493a
parent81e9a737f983650be7cfee8abe3481f239f35ddb
namei: expand the call of follow_link() in link_path_walk()

... and strip __always_inline from follow_link() - remaining callers
don't need that.

Now link_path_walk() recursion is a direct one.

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