commit | c2df196876609e00d90909f51b7a3392dc8e377c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 26 14:33:30 2020 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 02 01:07:30 2020 -0400 |
tree | 1a154443b560f0d67b1ed9e7f439968d84447389 | |
parent | 6dfd9fe54dfd615eb1dcb6a1281f3b5fddef190c [diff] |
lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu lift step_into() into handle_dots() (where they merge with each other); have follow_... return dentry and pass inode/seq to the caller. [braino fix folded; kudos to Qian Cai <cai@lca.pw> for reporting it] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>