]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: posixacl: Remove call to posix_sys_acl_blob_get_file().
authorJeremy Allison <jra@samba.org>
Tue, 8 Jun 2021 23:10:45 +0000 (16:10 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 9 Jun 2021 13:14:31 +0000 (13:14 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_posixacl.c

index 2126ef2c7e7e3fc6fc6b02cfe83c47d750764494..e72307ad37463574f3b21898c293f88a99addd57 100644 (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,