Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321794
b: refs/heads/master
c: 62b2ce9
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil authored and Miklos Szeredi committed Aug 16, 2012
1 parent ab7069a commit 28ae787
Show file tree
Hide file tree
Showing 2 changed files with 5 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: af109bca94a8a223c4632a4ff769b3419fe7ed8c
refs/heads/master: 62b2ce964bb901f00a480104bd35a2e1f8d2cf58
4 changes: 4 additions & 0 deletions trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2489,6 +2489,10 @@ static int atomic_open(struct nameidata *nd, struct dentry *dentry,
dput(dentry);
dentry = file->f_path.dentry;
}
if (create_error && dentry->d_inode == NULL) {
error = create_error;
goto out;
}
goto looked_up;
}

Expand Down

0 comments on commit 28ae787

Please sign in to comment.