]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3 VFS: glusterfs: Remove get_nt_acl_at_fn().
authorJeremy Allison <jra@samba.org>
Tue, 8 Jun 2021 19:34:25 +0000 (12:34 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 9 Jun 2021 13:14:31 +0000 (13:14 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_glusterfs.c

index d32348e8c8b2694a567e9a4ec065a5a2c556fabd..054b871207c2a04164e39fb483c055f1cace81ed 100644 (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,