mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3: VFS: vfs_streams_depot: Remove rmdir_fn(). No longer used.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
a940c4c5ac
commit
ffa09e09e8
@ -839,14 +839,6 @@ static int streams_depot_unlinkat(vfs_handle_struct *handle,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int streams_depot_rmdir(vfs_handle_struct *handle,
|
||||
const struct smb_filename *smb_fname)
|
||||
{
|
||||
return streams_depot_rmdir_internal(handle,
|
||||
handle->conn->cwd_fsp,
|
||||
smb_fname);
|
||||
}
|
||||
|
||||
static int streams_depot_renameat(vfs_handle_struct *handle,
|
||||
files_struct *srcfsp,
|
||||
const struct smb_filename *smb_fname_src,
|
||||
@ -1083,7 +1075,6 @@ static struct vfs_fn_pointers vfs_streams_depot_fns = {
|
||||
.stat_fn = streams_depot_stat,
|
||||
.lstat_fn = streams_depot_lstat,
|
||||
.unlinkat_fn = streams_depot_unlinkat,
|
||||
.rmdir_fn = streams_depot_rmdir,
|
||||
.renameat_fn = streams_depot_renameat,
|
||||
.streaminfo_fn = streams_depot_streaminfo,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user