s3: VFS: vfs_acl_xattr. Implement unlinkat().
authorJeremy Allison <jra@samba.org>
Wed, 11 Sep 2019 23:49:38 +0000 (16:49 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:44 +0000 (17:20 +0000)
commit2a7e472e5ca02bb3c6685e38042b23ee27422a5a
tree0da55ee7e54bac65354d750a6fe2a9b0aa5eb1ca
parent2c90d2b4f0d61174a9cd35160ed0ae5d7cb2af6d
s3: VFS: vfs_acl_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_acl_xattr.c