From: Jeremy Allison Date: Tue, 8 Jun 2021 23:10:45 +0000 (-0700) Subject: s3: VFS: posixacl: Remove call to posix_sys_acl_blob_get_file(). X-Git-Tag: tevent-0.11.0~469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8f468d29d8fde67c2e39b375e5a5e8ffac6b282;p=thirdparty%2Fsamba.git s3: VFS: posixacl: Remove call to posix_sys_acl_blob_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_posixacl.c b/source3/modules/vfs_posixacl.c index 2126ef2c7e7..e72307ad374 100644 --- a/source3/modules/vfs_posixacl.c +++ b/source3/modules/vfs_posixacl.c @@ -461,7 +461,6 @@ static acl_t smb_acl_to_posix(const struct smb_acl_t *acl) static struct vfs_fn_pointers posixacl_fns = { .sys_acl_get_fd_fn = posixacl_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 = posixacl_sys_acl_set_fd, .sys_acl_delete_def_fd_fn = posixacl_sys_acl_delete_def_fd,