From e716563700abefa007bcf1e42f65c01f01d2555d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 8 Jun 2021 16:07:02 -0700 Subject: [PATCH] s3: VFS: hpuxacl: Remove call to posix_sys_acl_blob_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- source3/modules/vfs_hpuxacl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/modules/vfs_hpuxacl.c b/source3/modules/vfs_hpuxacl.c index 25b14ce1e10..0b5cab806ef 100644 --- a/source3/modules/vfs_hpuxacl.c +++ b/source3/modules/vfs_hpuxacl.c @@ -1158,7 +1158,6 @@ static bool hpux_acl_check(HPUX_ACL_T hpux_acl, int count) static struct vfs_fn_pointers hpuxacl_fns = { .sys_acl_get_fd_fn = hpuxacl_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 = hpuxacl_sys_acl_set_fd, .sys_acl_delete_def_fd_fn = hpuxacl_sys_acl_delete_def_fd, -- 2.47.3