commit | 8402752ecf829f67527072151fa680292a519193 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 22 10:30:08 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 22:20:15 2015 -0400 |
tree | ef0fcb0f24f61cce29b4af5a48936e3d80c6b28d | |
parent | 756daf263ea53a8bfc89db26cb92e963953253a1 [diff] |
namei: simplify the callers of follow_managed() now that it gets nameidata, no reason to have setting LOOKUP_JUMPED on mountpoint crossing and calling path_put_conditional() on failures done in every caller. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>