summaryrefslogtreecommitdiff
path: root/source3/include/vfs_macros.h
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2021-06-11 16:58:24 +0100
committerNoel Power <npower@samba.org>2021-06-29 08:21:38 +0000
commitf3008db0c3f3ae277ee38dcedea094b78cc53487 (patch)
treef7a247fb4fa8ee6c834f97f07b0d6d0e89f60af5 /source3/include/vfs_macros.h
parentceb1403d04ba67d0ea92c58a05a457f1bd47acf4 (diff)
downloadsamba-f3008db0c3f3ae277ee38dcedea094b78cc53487.tar.gz
VFS: Remove SMB_VFS_CHFLAGS, not used anymore
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Jeremy Allison <jra@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 be594166f04..0c7ce1c5d61 100644
--- a/source3/include/vfs_macros.h
+++ b/source3/include/vfs_macros.h
@@ -328,11 +328,6 @@
#define SMB_VFS_NEXT_REALPATH(handle, ctx, smb_fname) \
smb_vfs_call_realpath((handle)->next, (ctx), (smb_fname))
-#define SMB_VFS_CHFLAGS(conn, smb_fname, flags) \
- smb_vfs_call_chflags((conn)->vfs_handles, (smb_fname), (flags))
-#define SMB_VFS_NEXT_CHFLAGS(handle, smb_fname, flags) \
- smb_vfs_call_chflags((handle)->next, (smb_fname), (flags))
-
#define SMB_VFS_FCHFLAGS(fsp, flags) \
smb_vfs_call_fchflags((fsp)->conn->vfs_handles, (fsp), (flags))
#define SMB_VFS_NEXT_FCHFLAGS(handle, fsp, flags) \