s3: VFS: Add SMB_VFS_LINKAT().
authorJeremy Allison <jra@samba.org>
Mon, 12 Aug 2019 23:49:26 +0000 (16:49 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 20 Aug 2019 21:09:27 +0000 (21:09 +0000)
commit6c3928e4e5b724190843f75bec3e697af77a01a0
tree0d55473b43db8b53d29fc218514efee93adfce2b
parent098486da91bdf431489879154e297591edef7f83
s3: VFS: Add SMB_VFS_LINKAT().

Currently identical to SMB_VFS_LINK().

Next, move add to all VFS modules that implement
link and eventually remove link.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/smbprofile.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_not_implemented.c
source3/smbd/vfs.c