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:
@@ -892,7 +892,7 @@ static const struct inode_operations hostfs_dir_iops = {
|
||||
.setattr = hostfs_setattr,
|
||||
};
|
||||
|
||||
static const char *hostfs_follow_link(struct dentry *dentry, void **cookie, struct nameidata *nd)
|
||||
static const char *hostfs_follow_link(struct dentry *dentry, void **cookie)
|
||||
{
|
||||
char *link = __getname();
|
||||
if (link) {
|
||||
|
Reference in New Issue
Block a user