Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148853
b: refs/heads/master
c: e83f1eb
h: refs/heads/master
i:
  148851: f3646b6
v: v3
  • Loading branch information
Christoph Hellwig authored and Felix Blyakher committed Jun 13, 2009
1 parent 638e5bd commit ca219f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 493b87e5ed352cf548e6456ddfc36576e28278ea
refs/heads/master: e83f1eb6bfc4004c19a99ee5f5aa65bd3fbecec3
4 changes: 2 additions & 2 deletions trunk/fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ xfs_vn_mknod(
if (IS_ERR(default_acl))
return -PTR_ERR(default_acl);

if (!default_acl)
mode &= ~current_umask();
if (!default_acl)
mode &= ~current_umask();
}

xfs_dentry_to_name(&name, dentry);
Expand Down

0 comments on commit ca219f3

Please sign in to comment.