The branch stable/12 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=f7ad7b5a1e5da5fa611e578dfa978de66cc6e87b
commit f7ad7b5a1e5da5fa611e578dfa978de66cc6e87b Author: Matt Macy <[email protected]> AuthorDate: 2020-08-27 21:37:35 +0000 Commit: Kyle Evans <[email protected]> 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 };
