s3: VFS: Add SMB_VFS_RENAMEAT().
authorJeremy Allison <jra@samba.org>
Thu, 8 Aug 2019 22:22:31 +0000 (15:22 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 16 Aug 2019 19:52:32 +0000 (19:52 +0000)
commit606398a3a6da349877eb1d6f585e3f58778624b2
tree11b1e92570bd0b38b460123710d9bfc8c4e11a1e
parent75f98a19537c4d0791108ebfea82f3f9d4606cb3
s3: VFS: Add SMB_VFS_RENAMEAT().

Currently identical to SMB_VFS_RENAME() - uses
AT_FDCWD for both src and dst directories.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <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_fake_dfq.c
source3/modules/vfs_not_implemented.c
source3/smbd/vfs.c