]> 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)
commit3a69228993dec4e2e44038abbde7a00a7dcbaea3
tree1c64b817bd56640a252f11325618ccc30ecf493a
parentb653e249cfef24a17d355b0656161537091a39b6
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