From: Jeremy Allison Date: Tue, 8 Jun 2021 22:20:05 +0000 (-0700) Subject: s3: VFS: glusterfs: Remove call to posixacl_xattr_acl_get_file(). X-Git-Tag: tevent-0.11.0~491 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5b7ccb1b148e16fe0755bc93a8949bb9c749a06;p=thirdparty%2Fsamba.git s3: VFS: glusterfs: Remove call to posixacl_xattr_acl_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index 054b871207c..97d33b061db 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -2369,7 +2369,6 @@ static struct vfs_fn_pointers glusterfs_fns = { .audit_file_fn = NULL, /* Posix ACL Operations */ - .sys_acl_get_file_fn = posixacl_xattr_acl_get_file, .sys_acl_get_fd_fn = posixacl_xattr_acl_get_fd, .sys_acl_blob_get_file_fn = posix_sys_acl_blob_get_file, .sys_acl_blob_get_fd_fn = posix_sys_acl_blob_get_fd,