From: Jeremy Allison Date: Tue, 8 Jun 2021 23:08:29 +0000 (-0700) Subject: s3: VFS: Remove call to posix_sys_acl_blob_get_file(). X-Git-Tag: tevent-0.11.0~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed988917c90749630606390a2002bf3dba54b998;p=thirdparty%2Fsamba.git s3: VFS: Remove call to posix_sys_acl_blob_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_solarisacl.c b/source3/modules/vfs_solarisacl.c index 146e932da25..1d20354bfbe 100644 --- a/source3/modules/vfs_solarisacl.c +++ b/source3/modules/vfs_solarisacl.c @@ -781,7 +781,6 @@ static bool solaris_acl_check(SOLARIS_ACL_T solaris_acl, int count) static struct vfs_fn_pointers solarisacl_fns = { .sys_acl_get_fd_fn = solarisacl_sys_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 = solarisacl_sys_acl_set_fd, .sys_acl_delete_def_fd_fn = solarisacl_sys_acl_delete_def_fd,