vfs: RIP SMB_VFS_GET_NT_ACL_AT()
[samba.git] / examples / VFS / skel_transparent.c
index bd22b62e5d000e42fc6b074b80fffdddec6bf97c..24385dc99dff15716fdb3f7cbe66266ee9d7e671 100644 (file)
@@ -1044,21 +1044,6 @@ static NTSTATUS skel_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
                                        ppdesc);
 }
 
-static NTSTATUS skel_get_nt_acl_at(vfs_handle_struct *handle,
-                               struct files_struct *dirfsp,
-                               const struct smb_filename *smb_fname,
-                               uint32_t security_info,
-                               TALLOC_CTX *mem_ctx,
-                               struct security_descriptor **ppdesc)
-{
-       return SMB_VFS_NEXT_GET_NT_ACL_AT(handle,
-                               dirfsp,
-                               smb_fname,
-                               security_info,
-                               mem_ctx,
-                               ppdesc);
-}
-
 static NTSTATUS skel_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
                                 uint32_t security_info_sent,
                                 const struct security_descriptor *psd)
@@ -1397,7 +1382,6 @@ static struct vfs_fn_pointers skel_transparent_fns = {
        /* NT ACL operations. */
 
        .fget_nt_acl_fn = skel_fget_nt_acl,
-       .get_nt_acl_at_fn = skel_get_nt_acl_at,
        .fset_nt_acl_fn = skel_fset_nt_acl,
 
        /* POSIX ACL operations. */