diff options
Diffstat (limited to 'fs/autofs4/root.c')
-rw-r--r-- | fs/autofs4/root.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c index 9328b58..7ab9239 100644 --- a/fs/autofs4/root.c +++ b/fs/autofs4/root.c @@ -542,8 +542,6 @@ static struct dentry *autofs4_lookup(struct inode *dir, ino->dentry = dentry; autofs4_add_active(dentry); - - d_instantiate(dentry, NULL); } return NULL; } |