summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-09-16 17:50:17 -0700
committerRalph Boehme <slow@samba.org>2019-09-26 17:20:48 +0000
commit63d814047f7cf04be2ab0ab2b235d58d22cfbaa2 (patch)
tree970937057001321216ca2d099a78ad9db7c15d6a /source3/modules/vfs_acl_common.h
parent6ef40bdb94093f2a7afdd0d69bf0467d86660ec8 (diff)
downloadsamba-63d814047f7cf04be2ab0ab2b235d58d22cfbaa2.tar.gz
s3: VFS: vfs_acl_common: Add dirfsp, flags parameters to unlink_acl_common().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/modules/vfs_acl_common.h')
-rw-r--r--source3/modules/vfs_acl_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/modules/vfs_acl_common.h b/source3/modules/vfs_acl_common.h
index f8bc48bf65b..d36e68c161b 100644
--- a/source3/modules/vfs_acl_common.h
+++ b/source3/modules/vfs_acl_common.h
@@ -35,7 +35,9 @@ bool init_acl_common_config(vfs_handle_struct *handle,
int rmdir_acl_common(struct vfs_handle_struct *handle,
const struct smb_filename *smb_fname);
int unlink_acl_common(struct vfs_handle_struct *handle,
- const struct smb_filename *smb_fname);
+ struct files_struct *dirfsp,
+ const struct smb_filename *smb_fname,
+ int flags);
int chmod_acl_module_common(struct vfs_handle_struct *handle,
const struct smb_filename *smb_fname,
mode_t mode);