From: Jeremy Allison Date: Tue, 8 Jun 2021 23:02:48 +0000 (-0700) Subject: s3: VFS: aixacl: Remove call to posix_sys_acl_blob_get_file(). X-Git-Tag: tevent-0.11.0~479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b75e459bdf7de154ea600286fc759e2437498844;p=thirdparty%2Fsamba.git s3: VFS: aixacl: Remove call to posix_sys_acl_blob_get_file(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_aixacl.c b/source3/modules/vfs_aixacl.c index 6cf2dc1ceab..b9d08b72a72 100644 --- a/source3/modules/vfs_aixacl.c +++ b/source3/modules/vfs_aixacl.c @@ -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,