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:
@@ -627,7 +627,7 @@ cifs_hl_exit:
|
||||
}
|
||||
|
||||
const char *
|
||||
cifs_follow_link(struct dentry *direntry, void **cookie, struct nameidata *nd)
|
||||
cifs_follow_link(struct dentry *direntry, void **cookie)
|
||||
{
|
||||
struct inode *inode = d_inode(direntry);
|
||||
int rc = -ENOMEM;
|
||||
|
Reference in New Issue
Block a user