]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: vfs_posix_eadb. Implement unlinkat().
authorJeremy Allison <jra@samba.org>
Thu, 12 Sep 2019 19:01:42 +0000 (12:01 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:45 +0000 (17:20 +0000)
commit19c8cfa2871050c857c4ad8eecc8dd0f99cfafdb
treeddbc174f122551c704a8ee52ba0b858a707df94e
parent2a7e472e5ca02bb3c6685e38042b23ee27422a5a
s3: VFS: vfs_posix_eadb. 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_posix_eadb.c