s3: VFS: vfs_streams_xattr. Implement unlinkat().
commitd7e763ef0558473a81cecd12abc0d50dd77c0b9f
authorJeremy Allison <jra@samba.org>
Thu, 12 Sep 2019 21:00:24 +0000 (12 14:00 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:46 +0000 (26 17:20 +0000)
tree8c830f5e28d39ec4672fc8c86673a1c7738e4beb
parente73caaed8226b5ca0c2603930928e36a5a97396d
s3: VFS: vfs_streams_xattr. 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_xattr.c