Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321791
b: refs/heads/master
c: 62b259d
h: refs/heads/master
i:
  321789: 6ff0172
  321787: 608dc27
  321783: 3a94a74
  321775: e8c6953
  321759: f724436
  321727: e497e7e
  321663: a7b5d5d
  321535: 695fbec
v: v3
  • Loading branch information
Miklos Szeredi committed Aug 15, 2012
1 parent 788e1b9 commit 48e0096
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: e68726ff72cf7ba5e7d789857fcd9a75ca573f03
refs/heads/master: 62b259d8b3ea9d4a73108fc599e40c863ec25ae6
2 changes: 1 addition & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ static int atomic_open(struct nameidata *nd, struct dentry *dentry,
goto out;
}

mode = op->mode & S_IALLUGO;
mode = op->mode;
if ((open_flag & O_CREAT) && !IS_POSIXACL(dir))
mode &= ~current_umask();

Expand Down

0 comments on commit 48e0096

Please sign in to comment.