summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2021-06-08 13:04:57 -0700
committerRalph Boehme <slow@samba.org>2021-06-09 13:14:31 +0000
commit3cbf0acc0dbee67d041b472bf7902a2a44f5b463 (patch)
tree572ab5d130bfbd3093d17fedad92a236ccac32ef /source3/smbd/vfs.c
parent737c68146d1cd36d8143632461dabcc156694b57 (diff)
downloadsamba-3cbf0acc0dbee67d041b472bf7902a2a44f5b463.tar.gz
vfs: RIP SMB_VFS_GET_NT_ACL_AT()
.--. .-, .-..-.__ .'(`.-` \_.-'-./` |\_( "\__ __.>\ '; _;---,._| / __/`'--) /.--. : |/' _.--.<| / | | _..-' `\ /' /` /_/ _/_/ >_.-``-. `Y /' _;---.`|/)))) '` .-''. \|: .' __, .-'"` .'--._ `-: \/: /' '.\ _|_ /.'`\ :; /' `- `-|-` -` | | | :.; : | .-'~^~`-. |: | .' _ _ `. |:. | | |_) | |_) | :. : | | | \ | | | : ; | | | : ; | | SMB_VFS | : ; | | GET_NT_ | : ; | | ACL_AT | .jgs. : ; | | -."-/\\\/:::. `\."-._'."-"_\\-| |///."- " -."-.\\"-."//.-".`-."_\\-.".-\\`=.........=`//-". Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r--source3/smbd/vfs.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 866ad9d2e85..3cfd0203b8c 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -2708,22 +2708,6 @@ NTSTATUS smb_vfs_call_fget_nt_acl(struct vfs_handle_struct *handle,
mem_ctx, ppdesc);
}
-NTSTATUS smb_vfs_call_get_nt_acl_at(struct 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)
-{
- VFS_FIND(get_nt_acl_at);
- return handle->fns->get_nt_acl_at_fn(handle,
- dirfsp,
- smb_fname,
- security_info,
- mem_ctx,
- ppdesc);
-}
-
NTSTATUS smb_vfs_call_fset_nt_acl(struct vfs_handle_struct *handle,
struct files_struct *fsp,
uint32_t security_info_sent,