From 33c7e63935d72b006e5855e5432d6736b73cb6a1 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Tue, 2 Oct 2007 12:57:24 -0400 Subject: [PATCH] --- yaml --- r: 69280 b: refs/heads/master c: 0a5ebc148879be68acdb12fbe72b65cb88c410d9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfs/dir.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 4f65e0a4014d..f4d8c8347636 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2c77f4e62a2290ae46b5b0449eb72d72afe691e +refs/heads/master: 0a5ebc148879be68acdb12fbe72b65cb88c410d9 diff --git a/trunk/fs/nfs/dir.c b/trunk/fs/nfs/dir.c index cf80cf234e27..9ca38ab0e0a7 100644 --- a/trunk/fs/nfs/dir.c +++ b/trunk/fs/nfs/dir.c @@ -994,14 +994,6 @@ static struct dentry *nfs_atomic_lookup(struct inode *dir, struct dentry *dentry /* Open the file on the server */ lock_kernel(); - /* Revalidate parent directory attribute cache */ - error = nfs_revalidate_inode(NFS_SERVER(dir), dir); - if (error < 0) { - res = ERR_PTR(error); - unlock_kernel(); - goto out; - } - res = nfs4_atomic_open(dir, dentry, nd); unlock_kernel(); if (IS_ERR(res)) {