don't pass nameidata to ->follow_link()
its only use is getting passed to nd_jump_link(), which can obtain it from current->nameidata Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -416,8 +416,7 @@ xfs_vn_rename(
|
||||
STATIC const char *
|
||||
xfs_vn_follow_link(
|
||||
struct dentry *dentry,
|
||||
void **cookie,
|
||||
struct nameidata *nd)
|
||||
void **cookie)
|
||||
{
|
||||
char *link;
|
||||
int error = -ENOMEM;
|
||||
|
Reference in New Issue
Block a user