Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321792
b: refs/heads/master
c: 38227f7
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi committed Aug 15, 2012
1 parent 48e0096 commit 91252fb
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: 62b259d8b3ea9d4a73108fc599e40c863ec25ae6
refs/heads/master: 38227f78a5020b3100cbb0406c89807563b10dae
2 changes: 1 addition & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2452,7 +2452,7 @@ static int atomic_open(struct nameidata *nd, struct dentry *dentry,
}

if (open_flag & O_CREAT) {
error = may_o_create(&nd->path, dentry, op->mode);
error = may_o_create(&nd->path, dentry, mode);
if (error) {
create_error = error;
if (open_flag & O_EXCL)
Expand Down

0 comments on commit 91252fb

Please sign in to comment.