From: Jeremy Allison Date: Tue, 8 Jun 2021 23:04:21 +0000 (-0700) Subject: s3: VFS: ceph: Remove call to posix_sys_acl_blob_get_file(). X-Git-Tag: tevent-0.11.0~477 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6605b05e23c23ad0cc59c202ec06f4fbb9be6336;p=thirdparty%2Fsamba.git s3: VFS: ceph: Remove call to posix_sys_acl_blob_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 bac8b284fb8..973b45d90b0 100644 --- a/source3/modules/vfs_ceph.c +++ b/source3/modules/vfs_ceph.c @@ -1628,7 +1628,6 @@ static struct vfs_fn_pointers ceph_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,