From: Jeremy Allison Date: Tue, 8 Jun 2021 22:18:14 +0000 (-0700) Subject: s3: VFS: ceph: Remove call to posixacl_xattr_acl_get_file(). X-Git-Tag: tevent-0.11.0~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba0d4bebe5ca9b0d747742541fdcc2c8528a492;p=thirdparty%2Fsamba.git s3: VFS: ceph: Remove call to posixacl_xattr_acl_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_ceph.c b/source3/modules/vfs_ceph.c index 110bec84cbb..bac8b284fb8 100644 --- a/source3/modules/vfs_ceph.c +++ b/source3/modules/vfs_ceph.c @@ -1627,7 +1627,6 @@ static struct vfs_fn_pointers ceph_fns = { .fsetxattr_fn = cephwrap_fsetxattr, /* 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,