commit | 172a39a059bb8d84649bcad3e252fe416ad188a8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 18 18:45:16 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 22:19:53 2015 -0400 |
tree | 1c64b817bd56640a252f11325618ccc30ecf493a | |
parent | 5a460275ef3c14602040e5dc581a0d8771ce6b43 [diff] |
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>