From a773d5e321fa8b9df247af11290845f1d21c4874 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 8 Apr 2021 12:34:02 +0100 Subject: [PATCH] s3/modules: VFS: acl_xattr: Remove call to chmod_acl_module_common() Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- source3/modules/vfs_acl_xattr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c index 9e20896cb2f..4f092de0220 100644 --- a/source3/modules/vfs_acl_xattr.c +++ b/source3/modules/vfs_acl_xattr.c @@ -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, -- 2.47.3