s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * instead of...
authorJeremy Allison <jra@samba.org>
Fri, 30 Jun 2017 20:37:03 +0000 (13:37 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 1 Jul 2017 05:20:28 +0000 (07:20 +0200)
commit51c1a2a45861c725f756f60ca05e6d1fa4ca34c6
tree638186f129456040eb0bd33fc133acf6dc435177
parenta665ed4eea92adba91195f8096c93a2dfd31dbe4
s3: VFS: Change SMB_VFS_CONNECTPATH to take 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): Sat Jul  1 07:20:28 CEST 2017 on sn-devel-144
12 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_ceph.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_glusterfs.c
source3/modules/vfs_shadow_copy2.c
source3/modules/vfs_time_audit.c
source3/smbd/open.c
source3/smbd/vfs.c