Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 01:16:45 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f7ad7b5a1e5d - stable/12 - ZFS: remove duplicate "com.datto:encryption" from loader
Message-ID:  <202110080116.1981Gj2f010956@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=f7ad7b5a1e5da5fa611e578dfa978de66cc6e87b

commit f7ad7b5a1e5da5fa611e578dfa978de66cc6e87b
Author:     Matt Macy <mmacy@FreeBSD.org>
AuthorDate: 2020-08-27 21:37:35 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-08 01:15:59 +0000

    ZFS: remove duplicate "com.datto:encryption" from loader
    
    (cherry picked from commit 962619075c531f333b51161b4ec011e1e987ad5a)
---
 stand/libsa/zfs/zfsimpl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 2fee84ce4906..e4d9be20dc5e 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -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
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080116.1981Gj2f010956>