]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: aixacl: Remove call to posix_sys_acl_blob_get_file().
authorJeremy Allison <jra@samba.org>
Tue, 8 Jun 2021 23:02:48 +0000 (16:02 -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_aixacl.c

index 6cf2dc1ceab5981ee9d8a30daf27f5bf671629fa..b9d08b72a7279430803e77e5bf381f0785c241b2 100644 (file)
@@ -139,7 +139,6 @@ int aixacl_sys_acl_delete_def_fd(vfs_handle_struct *handle,
 
 static struct vfs_fn_pointers vfs_aixacl_fns = {
        .sys_acl_get_fd_fn = aixacl_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 = aixacl_sys_acl_set_fd,
        .sys_acl_delete_def_fd_fn = aixacl_sys_acl_delete_def_fd,