s3: VFS: vfs_glusterfs. Implement unlinkat().
authorJeremy Allison <jra@samba.org>
Thu, 12 Sep 2019 18:04:18 +0000 (11:04 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:45 +0000 (17:20 +0000)
commit1ee6c9d8a42c9702914acf4d6f10342951cce7d5
treee1658a09c5ab6d4d8431b9d56ac8aaff41fb10d9
parent6c28a7749bb8c7c45db86647f5046d2df654653e
s3: VFS: vfs_glusterfs. 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_glusterfs.c