svn commit: r364893 - head/stand/libsa/zfs

Matt Macy mmacy at FreeBSD.org
Thu Aug 27 21:37:36 UTC 2020


Author: mmacy
Date: Thu Aug 27 21:37:35 2020
New Revision: 364893
URL: https://svnweb.freebsd.org/changeset/base/364893

Log:
  ZFS: remove duplicate "com.datto:encryption" from loader

Modified:
  head/stand/libsa/zfs/zfsimpl.c

Modified: head/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- head/stand/libsa/zfs/zfsimpl.c	Thu Aug 27 21:25:21 2020	(r364892)
+++ head/stand/libsa/zfs/zfsimpl.c	Thu Aug 27 21:37:35 2020	(r364893)
@@ -128,7 +128,6 @@ static const char *features_for_read[] = {
 	"com.delphix:obsolete_counts",
 	"com.intel:allocation_classes",
 	"org.freebsd:zstd_compress",
-	"com.datto:encryption",
 	NULL
 };
 


More information about the svn-src-all mailing list