commit | dea3937619cb67d2ad08e2d29ae923875b1eeee9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri May 27 06:53:39 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 27 07:01:49 2011 -0400 |
tree | d4c4e3ed44cff625f6d2730c2288961922357ba2 | |
parent | 287548e46aa752ce9bb87fcff46f8aa794cc5037 [diff] |
Trim excessive arguments of follow_mount_rcu() ... 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: Al Viro <viro@zeniv.linux.org.uk>