• Al Viro's avatar
    Trim excessive arguments of follow_mount_rcu() · dea39376
    Al Viro authored
    ... and kill a useless local variable in follow_dotdot_rcu(), while
    we are at it - follow_mount_rcu(nd, path, inode) *always* assigned
    value to *inode, and always it had been path->dentry->d_inode (aka
    nd->path.dentry->d_inode, since it always got &nd->path as the second
    argument).
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    dea39376
namei.c 81 KB