s3: VFS: Add SMB_VFS_MKDIRAT().
authorJeremy Allison <jra@samba.org>
Wed, 4 Sep 2019 19:20:46 +0000 (12:20 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 11 Sep 2019 18:24:28 +0000 (18:24 +0000)
commitca3bc7809949c593fd545047a898348d2f5c4da4
tree37e4c8e2a1f616ed4a043616ab1951dfe52676ed
parent5e7828faf3b76c82781e8707d7d7ef990224bd7e
s3: VFS: Add SMB_VFS_MKDIRAT().

Currently identical to SMB_VFS_MKDIR().

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

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_not_implemented.c
source3/smbd/vfs.c