From: Jeremy Allison Date: Tue, 14 Apr 2020 21:38:22 +0000 (-0700) Subject: s3: VFS: ceph_snapshots. Remove duplicate definition of get_nt_acl_fn. X-Git-Tag: ldb-2.2.0~803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26e48cb18bc3a811756890ae9e7b52150da55513;p=thirdparty%2Fsamba.git s3: VFS: ceph_snapshots. Remove duplicate definition of get_nt_acl_fn. Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_ceph_snapshots.c b/source3/modules/vfs_ceph_snapshots.c index c6916930d69..d2010d8fc52 100644 --- a/source3/modules/vfs_ceph_snapshots.c +++ b/source3/modules/vfs_ceph_snapshots.c @@ -1520,7 +1520,6 @@ static struct vfs_fn_pointers ceph_snap_fns = { .mknodat_fn = ceph_snap_gmt_mknodat, .realpath_fn = ceph_snap_gmt_realpath, .get_nt_acl_fn = ceph_snap_gmt_get_nt_acl, - .get_nt_acl_fn = ceph_snap_gmt_get_nt_acl, .mkdirat_fn = ceph_snap_gmt_mkdirat, .getxattr_fn = ceph_snap_gmt_getxattr, .getxattrat_send_fn = vfs_not_implemented_getxattrat_send,