Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190391
b: refs/heads/master
c: 1f063d2
h: refs/heads/master
i:
  190389: 45c054d
  190387: 06f493b
  190383: 404beae
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Apr 22, 2010
1 parent 0c4f9b7 commit 88cc60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3d7b08945e54a3a5358d5890240619a013cb7388
refs/heads/master: 1f063d2cdf332a8a5722006b1345d15d16007c6e
2 changes: 1 addition & 1 deletion trunk/fs/nfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ static int nfs_open_revalidate(struct dentry *dentry, struct nameidata *nd)
struct inode *dir;
int openflags, ret = 0;

if (!is_atomic_open(nd))
if (!is_atomic_open(nd) || d_mountpoint(dentry))
goto no_open;
parent = dget_parent(dentry);
dir = parent->d_inode;
Expand Down

0 comments on commit 88cc60f

Please sign in to comment.