s3/modules: VFS: acl_xattr: Remove call to chmod_acl_module_common()
authorNoel Power <noel.power@suse.com>
Thu, 8 Apr 2021 11:34:02 +0000 (12:34 +0100)
committerNoel Power <npower@samba.org>
Sun, 11 Apr 2021 22:27:34 +0000 (22:27 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_acl_xattr.c

index 9e20896cb2f4a5ddf8c73d0cca21a4fdd9d72b7b..4f092de022095445597b767dca5179e82dd0e7ce 100644 (file)
@@ -380,7 +380,6 @@ static NTSTATUS acl_xattr_fset_nt_acl(vfs_handle_struct *handle,
 static struct vfs_fn_pointers vfs_acl_xattr_fns = {
        .connect_fn = connect_acl_xattr,
        .unlinkat_fn = acl_xattr_unlinkat,
-       .chmod_fn = chmod_acl_module_common,
        .fchmod_fn = fchmod_acl_module_common,
        .fget_nt_acl_fn = acl_xattr_fget_nt_acl,
        .get_nt_acl_at_fn = acl_xattr_get_nt_acl_at,