Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87041
b: refs/heads/master
c: 4e99a1f
h: refs/heads/master
i:
  87039: 0da71f2
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 7, 2008
1 parent 71cd52b commit 401b986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c37dcd334c0b0a46a90cfa13b9f69e2aaa89bc09
refs/heads/master: 4e99a1ff3410c627a428d5ddb6cd2e7bc908a486
2 changes: 2 additions & 0 deletions trunk/fs/nfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@ int nfs_lookup_verify_inode(struct inode *inode, struct nameidata *nd)
{
struct nfs_server *server = NFS_SERVER(inode);

if (test_bit(NFS_INO_MOUNTPOINT, &NFS_I(inode)->flags))
return 0;
if (nd != NULL) {
/* VFS wants an on-the-wire revalidation */
if (nd->flags & LOOKUP_REVAL)
Expand Down

0 comments on commit 401b986

Please sign in to comment.