From a5b7ccb1b148e16fe0755bc93a8949bb9c749a06 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 8 Jun 2021 15:20:05 -0700 Subject: [PATCH] s3: VFS: glusterfs: Remove call to posixacl_xattr_acl_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- source3/modules/vfs_glusterfs.c | 1 - 1 file changed, 1 deletion(-) 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, -- 2.47.3