]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: ceph: Remove call to posixacl_xattr_acl_get_file().
authorJeremy Allison <jra@samba.org>
Tue, 8 Jun 2021 22:18:14 +0000 (15:18 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 9 Jun 2021 13:14:31 +0000 (13:14 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_ceph.c

index 110bec84cbb2fe5eafb41782b7fc6215b9a76450..bac8b284fb84f35978c18e4eefa4ea4b734de063 100644 (file)
@@ -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,