From: Jeremy Allison Date: Tue, 8 Jun 2021 19:34:25 +0000 (-0700) Subject: s3 VFS: glusterfs: Remove get_nt_acl_at_fn(). X-Git-Tag: tevent-0.11.0~518 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca5d2c35bc26795187c075c66c9b8461ed5a26d7;p=thirdparty%2Fsamba.git s3 VFS: glusterfs: Remove get_nt_acl_at_fn(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index d32348e8c8b..054b871207c 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -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,