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)
commit172a39a059bb8d84649bcad3e252fe416ad188a8
tree1c64b817bd56640a252f11325618ccc30ecf493a
parent5a460275ef3c14602040e5dc581a0d8771ce6b43
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