From ed988917c90749630606390a2002bf3dba54b998 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 8 Jun 2021 16:08:29 -0700 Subject: [PATCH] s3: VFS: Remove call to posix_sys_acl_blob_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- source3/modules/vfs_solarisacl.c | 1 - 1 file changed, 1 deletion(-) 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, -- 2.47.3