Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10119
b: refs/heads/master
c: 0c70b50
h: refs/heads/master
i:
  10117: 2203ba6
  10115: fdf9056
  10111: 20bc232
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Oct 28, 2005
1 parent e517748 commit da5107a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: decf491f3076190262d4c649bed877650623903a
refs/heads/master: 0c70b50150cfb0b43ff500a8a394a52b4d5f1350
6 changes: 0 additions & 6 deletions trunk/fs/nfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit da5107a

Please sign in to comment.