s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of const...
authorJeremy Allison <jra@samba.org>
Thu, 8 Jun 2017 23:25:58 +0000 (16:25 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 18 Jun 2017 05:03:18 +0000 (07:03 +0200)
commit8e43af0f81e644411f5a719860383373b210cc8b
treef53b74f0cdd90f59e5c48040789761cf3acea57b
parent6ae2d86b9ccc0ebe73dc911a1d5f06bd53613acf
s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of const char *.

We need to migrate all pathname based VFS calls to use a struct
to finish modernising the VFS with extra timestamp and flags parameters.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sun Jun 18 07:03:18 CEST 2017 on sn-devel-144
18 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/modules/vfs_cap.c
source3/modules/vfs_ceph.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_glusterfs.c
source3/modules/vfs_media_harmony.c
source3/modules/vfs_shadow_copy2.c
source3/modules/vfs_snapper.c
source3/modules/vfs_syncops.c
source3/modules/vfs_time_audit.c
source3/modules/vfs_unityed_media.c
source3/smbd/msdfs.c
source3/smbd/trans2.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c