提交 de4acda1 编写于 作者: A Al Viro

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

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册