mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
s3: VFS: vfs_acl_xattr: Remove unlink_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
6f9b6a7867
commit
7222d63d42
@ -278,15 +278,6 @@ static int connect_acl_xattr(struct vfs_handle_struct *handle,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int acl_xattr_unlink(vfs_handle_struct *handle,
|
|
||||||
const struct smb_filename *smb_fname)
|
|
||||||
{
|
|
||||||
return unlink_acl_common(handle,
|
|
||||||
handle->conn->cwd_fsp,
|
|
||||||
smb_fname,
|
|
||||||
0);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int acl_xattr_unlinkat(vfs_handle_struct *handle,
|
static int acl_xattr_unlinkat(vfs_handle_struct *handle,
|
||||||
struct files_struct *dirfsp,
|
struct files_struct *dirfsp,
|
||||||
const struct smb_filename *smb_fname,
|
const struct smb_filename *smb_fname,
|
||||||
@ -344,7 +335,6 @@ static NTSTATUS acl_xattr_fset_nt_acl(vfs_handle_struct *handle,
|
|||||||
static struct vfs_fn_pointers vfs_acl_xattr_fns = {
|
static struct vfs_fn_pointers vfs_acl_xattr_fns = {
|
||||||
.connect_fn = connect_acl_xattr,
|
.connect_fn = connect_acl_xattr,
|
||||||
.rmdir_fn = rmdir_acl_common,
|
.rmdir_fn = rmdir_acl_common,
|
||||||
.unlink_fn = acl_xattr_unlink,
|
|
||||||
.unlinkat_fn = acl_xattr_unlinkat,
|
.unlinkat_fn = acl_xattr_unlinkat,
|
||||||
.chmod_fn = chmod_acl_module_common,
|
.chmod_fn = chmod_acl_module_common,
|
||||||
.fchmod_fn = fchmod_acl_module_common,
|
.fchmod_fn = fchmod_acl_module_common,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user