s3: VFS: vfs_xattr_tdb. Implement unlinkat().
authorJeremy Allison <jra@samba.org>
Fri, 13 Sep 2019 17:12:38 +0000 (10:12 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:45 +0000 (17:20 +0000)
commit95197108becd184dbff61dc9929606f62460e98d
tree5bf0baa522e23839e8e76762b0fe93cb448f28f9
parent19c8cfa2871050c857c4ad8eecc8dd0f99cfafdb
s3: VFS: vfs_xattr_tdb. 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_xattr_tdb.c