summaryrefslogtreecommitdiff
path: root/source3/include/vfs_macros.h
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2021-04-08 13:03:57 +0100
committerNoel Power <npower@samba.org>2021-04-11 23:25:31 +0000
commit534de9b28274165ac5d86f0c79fa2d543c0f09ed (patch)
tree93c607abfcc9a0e675a3f7fe5c98e7f933a79e93 /source3/include/vfs_macros.h
parent8b24b8643571ba3fb9f2d138e5f779ab514b3697 (diff)
downloadsamba-534de9b28274165ac5d86f0c79fa2d543c0f09ed.tar.gz
VFS: Remove SMB_VFS_CHMOD, no longer used
--------------- / \ / REST \ / IN \ / PEACE \ / \ | | | SMB_VFS_CHMOD | | | | | | 08 April | | 2021 | | | | | *| * * * | * _________)/\\_//(\/(/\)/\//\/\////|_)_______ Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Sun Apr 11 23:25:31 UTC 2021 on sn-devel-184
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 9ec9330095a..5247d56bfc9 100644
--- a/source3/include/vfs_macros.h
+++ b/source3/include/vfs_macros.h
@@ -243,11 +243,6 @@
#define SMB_VFS_NEXT_UNLINKAT(handle, dirfsp, path, flags) \
smb_vfs_call_unlinkat((handle)->next, (dirfsp), (path), (flags))
-#define SMB_VFS_CHMOD(conn, smb_fname, mode) \
- smb_vfs_call_chmod((conn)->vfs_handles, (smb_fname), (mode))
-#define SMB_VFS_NEXT_CHMOD(handle, smb_fname, mode) \
- smb_vfs_call_chmod((handle)->next, (smb_fname), (mode))
-
#define SMB_VFS_FCHMOD(fsp, mode) \
smb_vfs_call_fchmod((fsp)->conn->vfs_handles, (fsp), (mode))
#define SMB_VFS_NEXT_FCHMOD(handle, fsp, mode) \