summaryrefslogtreecommitdiff
path: root/source3/include/vfs_macros.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2018-05-17 11:32:58 -0700
committerJeremy Allison <jra@samba.org>2018-05-25 18:39:24 +0200
commit7b8fa17f06b2e401584f9d3290d9c14ad120ce39 (patch)
treebe7c442f6d3f8481d5e78f9b6f93cb7976bf7ed2 /source3/include/vfs_macros.h
parent7d3059cd7415c8da429f1f18cc562c6d138d77cf (diff)
downloadsamba-7b8fa17f06b2e401584f9d3290d9c14ad120ce39.tar.gz
s3: VFS: Remove SMB_VFS_CHMOD_ACL().
No longer used. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/include/vfs_macros.h')
-rw-r--r--source3/include/vfs_macros.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/vfs_macros.h b/source3/include/vfs_macros.h
index d4836134697..dda275fa968 100644
--- a/source3/include/vfs_macros.h
+++ b/source3/include/vfs_macros.h
@@ -460,11 +460,6 @@
#define SMB_VFS_NEXT_FSET_NT_ACL(handle, fsp, security_info_sent, psd) \
smb_vfs_call_fset_nt_acl((handle)->next, (fsp), (security_info_sent), (psd))
-#define SMB_VFS_CHMOD_ACL(conn, smb_fname, mode) \
- smb_vfs_call_chmod_acl((conn)->vfs_handles, (smb_fname), (mode))
-#define SMB_VFS_NEXT_CHMOD_ACL(handle, smb_fname, mode) \
- smb_vfs_call_chmod_acl((handle)->next, (smb_fname), (mode))
-
#define SMB_VFS_FCHMOD_ACL(fsp, mode) \
smb_vfs_call_fchmod_acl((fsp)->conn->vfs_handles, (fsp), (mode))
#define SMB_VFS_NEXT_FCHMOD_ACL(handle, fsp, mode) \