1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: VFS: posixacl: Remove call to posix_sys_acl_blob_get_file().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Jeremy Allison 2021-06-08 16:10:45 -07:00 committed by Ralph Boehme
parent 5bd9522510
commit c8f468d29d

View File

@ -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,