s3: VFS: vfs_streams_depot. Implement unlinkat().
authorJeremy Allison <jra@samba.org>
Thu, 12 Sep 2019 20:41:10 +0000 (13:41 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:46 +0000 (17:20 +0000)
commitc81932fdfea44f466afc4726e5facd23ac92bbfa
tree74a39c9d301a134fbec61446e79afa2046bbcaae
parent62f92f8b29a4d860ee0062de27edb466f699633d
s3: VFS: vfs_streams_depot. Implement unlinkat().

Note this isn't identical to unlink() as
this must cope with (flags & AT_REMOVEDIR),
which is identical to rmdir(). It calls
either unlink or rmdir depending on the
flags parameter.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_streams_depot.c