]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: Add null notice of get_nt_acl_at_fn().
authorJeremy Allison <jra@samba.org>
Mon, 13 Apr 2020 20:50:30 +0000 (13:50 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 7 May 2020 19:27:35 +0000 (19:27 +0000)
Not strictly needed but glusterfs seems to use
this as a reminder that these functions are not
implemented but pass down to the default.

I'll remove all these when I remove get_nt_acl_fn()
completely.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_glusterfs.c

index c1124ec108d7e334dba693c01de8c2fc1c3bba23..1796014b01a9e5d68f2f96afbb238f6a9b293587 100644 (file)
@@ -2102,6 +2102,7 @@ static struct vfs_fn_pointers glusterfs_fns = {
        /* NT ACL Operations */
        .fget_nt_acl_fn = NULL,
        .get_nt_acl_fn = NULL,
+       .get_nt_acl_at_fn = NULL,
        .fset_nt_acl_fn = NULL,
        .audit_file_fn = NULL,