From: Jeremy Allison Date: Tue, 8 Jun 2021 23:05:33 +0000 (-0700) Subject: s3: VFS: glusterfs: Remove call to posix_sys_acl_blob_get_file(). X-Git-Tag: tevent-0.11.0~475 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eff0afa61e526eef216845b94f11d83b027b4cde;p=thirdparty%2Fsamba.git s3: VFS: glusterfs: Remove call to posix_sys_acl_blob_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 97d33b061db..e2a31a6d29c 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -2370,7 +2370,6 @@ static struct vfs_fn_pointers glusterfs_fns = { /* Posix ACL Operations */ .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, .sys_acl_set_fd_fn = posixacl_xattr_acl_set_fd, .sys_acl_delete_def_fd_fn = posixacl_xattr_acl_delete_def_fd,