summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_xattr.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-11-22 12:33:54 -0800
committerJeremy Allison <jra@samba.org>2011-11-22 12:33:54 -0800
commit7ef4d08a98870a84ac6e60c194a0fcd47ebe00e8 (patch)
treed9267b701abc518e2bec36985ca7fcdcc16f2e20 /source3/modules/vfs_acl_xattr.c
parentde3ab9bd05cd26d2ef53ce2b0af789416e3580bf (diff)
downloadsamba-7ef4d08a98870a84ac6e60c194a0fcd47ebe00e8.tar.gz
samba-7ef4d08a98870a84ac6e60c194a0fcd47ebe00e8.tar.bz2
samba-7ef4d08a98870a84ac6e60c194a0fcd47ebe00e8.zip
Remove the setting of the inherited ACL on new files/directories. This is
now done correctly in the main codepath. The vfs_acl_XXXX modules are now thin shims that simply store/retrieve ACLs as they should be.
Diffstat (limited to 'source3/modules/vfs_acl_xattr.c')
-rw-r--r--source3/modules/vfs_acl_xattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c
index f1a2e897e7..25a3c54ef2 100644
--- a/source3/modules/vfs_acl_xattr.c
+++ b/source3/modules/vfs_acl_xattr.c
@@ -202,7 +202,6 @@ static int connect_acl_xattr(struct vfs_handle_struct *handle,
static struct vfs_fn_pointers vfs_acl_xattr_fns = {
.connect_fn = connect_acl_xattr,
.rmdir = rmdir_acl_common,
- .create_file = create_file_acl_common,
.unlink = unlink_acl_common,
.chmod = chmod_acl_module_common,
.fchmod = fchmod_acl_module_common,