VFS: Modify chmod_acl to take a const struct smb_filename * instead of const char *
authorJeremy Allison <jra@samba.org>
Wed, 2 Mar 2016 01:25:25 +0000 (17:25 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 3 Mar 2016 08:04:14 +0000 (09:04 +0100)
commit8e88b9783dec751fe5bd4750923b62b978080885
tree82bc4c83f0361d933d5480aa7ebc1cdd440faa22
parentac8fba6ef7093836eb6988e749325b69e7a7fde1
VFS: Modify chmod_acl to take a const struct smb_filename * instead of const char *

Preparing to reduce use of lp_posix_pathnames().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
20 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_acl_common.c
source3/modules/vfs_audit.c
source3/modules/vfs_cap.c
source3/modules/vfs_catia.c
source3/modules/vfs_ceph.c
source3/modules/vfs_default.c
source3/modules/vfs_extd_audit.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_linux_xfs_sgid.c
source3/modules/vfs_media_harmony.c
source3/modules/vfs_shadow_copy2.c
source3/modules/vfs_snapper.c
source3/modules/vfs_time_audit.c
source3/modules/vfs_unityed_media.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c