commit | 1bc82070fa2763bdca626fa8bde72b35f11e8960 | [log] [tgz] |
---|---|---|
author | Aleksa Sarai <cyphar@cyphar.com> | Sat Dec 07 01:13:28 2019 +1100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 08 19:09:38 2019 -0500 |
tree | c64975083207b96e9d763e592d0ac5432c1cc97d | |
parent | ce623f89872df4253719be71531116751eeab85f [diff] |
namei: allow nd_jump_link() to produce errors In preparation for LOOKUP_NO_MAGICLINKS, it's necessary to add the ability for nd_jump_link() to return an error which the corresponding get_link() caller must propogate back up to the VFS. Suggested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>