1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

s3 VFS: glusterfs: Remove get_nt_acl_at_fn().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Jeremy Allison 2021-06-08 12:34:25 -07:00 committed by Ralph Boehme
parent 6ef5ed2309
commit ca5d2c35bc

View File

@ -2365,7 +2365,6 @@ static struct vfs_fn_pointers glusterfs_fns = {
/* NT ACL Operations */
.fget_nt_acl_fn = NULL,
.get_nt_acl_at_fn = NULL,
.fset_nt_acl_fn = NULL,
.audit_file_fn = NULL,