projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6]
/
fs
/
ext4
/
acl.c
diff --git
a/fs/ext4/acl.c
b/fs/ext4/acl.c
index
694ed6f
..
647e0d6
100644
(file)
--- a/
fs/ext4/acl.c
+++ b/
fs/ext4/acl.c
@@
-323,7
+323,7
@@
ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir)
return PTR_ERR(acl);
}
if (!acl)
- inode->i_mode &= ~current
->fs->umask
;
+ inode->i_mode &= ~current
_umask()
;
}
if (test_opt(inode->i_sb, POSIX_ACL) && acl) {
struct posix_acl *clone;