summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-09-18 10:04:03 -0700
committerRalph Boehme <slow@samba.org>2019-09-26 18:40:53 +0000
commit1ec030398bdc6f912d9beb3bcd0db7860a92eede (patch)
tree4642b90f10bff7f7ced9c2a9102a72446d1b0714 /source3/smbd
parentf7f09377919cf39ccc803556b42b024874a92a2b (diff)
downloadsamba-1ec030398bdc6f912d9beb3bcd0db7860a92eede.tar.gz
s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu Sep 26 18:40:53 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/vfs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 4a0c375e48e..b83cf1e4d55 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -1974,13 +1974,6 @@ uint64_t smb_vfs_call_get_alloc_size(struct vfs_handle_struct *handle,
return handle->fns->get_alloc_size_fn(handle, fsp, sbuf);
}
-int smb_vfs_call_unlink(struct vfs_handle_struct *handle,
- const struct smb_filename *smb_fname)
-{
- VFS_FIND(unlink);
- return handle->fns->unlink_fn(handle, smb_fname);
-}
-
int smb_vfs_call_unlinkat(struct vfs_handle_struct *handle,
struct files_struct *dirfsp,
const struct smb_filename *smb_fname,