diff --git a/[refs] b/[refs] index 08795285952e..76f12ced8ed4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7c7dce9209161eb260cdf9e9172f72c3a02379e6 +refs/heads/master: faf3a98918aa5f14a29e0d246e194be58b9357f0 diff --git a/trunk/fs/autofs4/root.c b/trunk/fs/autofs4/root.c index e93a7ae467c9..62d8d4acb8bb 100644 --- a/trunk/fs/autofs4/root.c +++ b/trunk/fs/autofs4/root.c @@ -195,6 +195,8 @@ static int autofs4_dir_open(struct inode *inode, struct file *file) if (!empty) d_invalidate(dentry); + nd.dentry = dentry; + nd.mnt = mnt; nd.flags = LOOKUP_DIRECTORY; status = (dentry->d_op->d_revalidate)(dentry, &nd);