mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
s3: VFS: nfs4acl_xattr: Remove call to nfs4acl_xattr_fail__sys_acl_blob_get_file().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
e716563700
commit
24382af0b1
@ -551,15 +551,6 @@ static int nfs4acl_xattr_fail__sys_acl_delete_def_fd(vfs_handle_struct *handle,
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int nfs4acl_xattr_fail__sys_acl_blob_get_file(vfs_handle_struct *handle,
|
||||
const struct smb_filename *smb_fname,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
char **blob_description,
|
||||
DATA_BLOB *blob)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int nfs4acl_xattr_fail__sys_acl_blob_get_fd(vfs_handle_struct *handle, files_struct *fsp, TALLOC_CTX *mem_ctx, char **blob_description, DATA_BLOB *blob)
|
||||
{
|
||||
return -1;
|
||||
@ -573,7 +564,6 @@ static struct vfs_fn_pointers nfs4acl_xattr_fns = {
|
||||
.fset_nt_acl_fn = nfs4acl_xattr_fset_nt_acl,
|
||||
|
||||
.sys_acl_get_fd_fn = nfs4acl_xattr_fail__sys_acl_get_fd,
|
||||
.sys_acl_blob_get_file_fn = nfs4acl_xattr_fail__sys_acl_blob_get_file,
|
||||
.sys_acl_blob_get_fd_fn = nfs4acl_xattr_fail__sys_acl_blob_get_fd,
|
||||
.sys_acl_set_fd_fn = nfs4acl_xattr_fail__sys_acl_set_fd,
|
||||
.sys_acl_delete_def_fd_fn = nfs4acl_xattr_fail__sys_acl_delete_def_fd,
|
||||
|
Loading…
x
Reference in New Issue
Block a user