]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: ceph_snapshots. Remove duplicate definition of get_nt_acl_fn.
authorJeremy Allison <jra@samba.org>
Tue, 14 Apr 2020 21:38:22 +0000 (14:38 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 30 Apr 2020 07:33:40 +0000 (07:33 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_ceph_snapshots.c

index c6916930d699ddb607ecd2edd26337bdd7de5ee2..d2010d8fc52ac5d3fb72363d886c55a03625ed40 100644 (file)
@@ -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,