s3: VFS: Complete the removal of SMB_VFS_RMDIR()
authorJeremy Allison <jra@samba.org>
Fri, 4 Oct 2019 22:41:21 +0000 (15:41 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 07:26:43 +0000 (07:26 +0000)
commit81fbba8f649e4115961eb77462ca450e7a30611e
tree0dfa71be5fca95f86fd32f5772cb69551629cc05
parent5bf96b1f0b61847771aab7be35121a1d5c15554e
s3: VFS: Complete the removal of SMB_VFS_RMDIR()

All users now use SMB_VFS_UNLINKAT(..., AT_REMOVEDIR).

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Thu Oct 10 07:26:43 UTC 2019 on sn-devel-184
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