s3: VFS: vfs_cap. Implement unlinkat().
commit4794e8dbb108d8fe7e09a11a5bf651dcdf55c2a2
authorJeremy Allison <jra@samba.org>
Thu, 12 Sep 2019 16:36:34 +0000 (12 09:36 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:45 +0000 (26 17:20 +0000)
tree66e42838d43d595b736a655e34d7e6039c4c2ca7
parent95197108becd184dbff61dc9929606f62460e98d
s3: VFS: vfs_cap. Implement unlinkat().

This is identical to unlink(), as there
are no special cases needed for rmdir().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_cap.c