diff --git a/[refs] b/[refs] index 1528cf02927f..a704deec2a12 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: decf491f3076190262d4c649bed877650623903a +refs/heads/master: 0c70b50150cfb0b43ff500a8a394a52b4d5f1350 diff --git a/trunk/fs/nfs/dir.c b/trunk/fs/nfs/dir.c index b8a73045e9a0..ce8f77dadff9 100644 --- a/trunk/fs/nfs/dir.c +++ b/trunk/fs/nfs/dir.c @@ -853,12 +853,6 @@ static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, stru dentry->d_op = NFS_PROTO(dir)->dentry_ops; lock_kernel(); - /* Revalidate parent directory attribute cache */ - error = nfs_revalidate_inode(NFS_SERVER(dir), dir); - if (error < 0) { - res = ERR_PTR(error); - goto out_unlock; - } /* If we're doing an exclusive create, optimize away the lookup */ if (nfs_is_exclusive_create(dir, nd))