From: Noel Power Date: Thu, 8 Apr 2021 11:34:02 +0000 (+0100) Subject: s3/modules: VFS: acl_xattr: Remove call to chmod_acl_module_common() X-Git-Tag: tevent-0.11.0~1213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a773d5e321fa8b9df247af11290845f1d21c4874;p=thirdparty%2Fsamba.git s3/modules: VFS: acl_xattr: Remove call to chmod_acl_module_common() Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- 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,