Commit de4acda1 authored by Al Viro's avatar Al Viro

autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5cf3b560
......@@ -537,8 +537,6 @@ static struct dentry *autofs4_lookup(struct inode *dir, struct dentry *dentry, u
ino->dentry = dentry;
autofs4_add_active(dentry);
d_instantiate(dentry, NULL);
}
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment