From: Jeremy Allison Date: Mon, 13 Apr 2020 20:50:30 +0000 (-0700) Subject: s3: VFS: Add null notice of get_nt_acl_at_fn(). X-Git-Tag: ldb-2.2.0~607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95160bbfe92d281d948f7951626153cfdc267265;p=thirdparty%2Fsamba.git s3: VFS: Add null notice of get_nt_acl_at_fn(). 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 Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index c1124ec108d..1796014b01a 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -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,