summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2020-08-27 21:37:35 +0000
committerMatt Macy <mmacy@FreeBSD.org>2020-08-27 21:37:35 +0000
commit962619075c531f333b51161b4ec011e1e987ad5a (patch)
treea8922de1dd989bc0b0c6cdd3d7cd0b1d40887984 /stand
parent92fb4f8a616dbb2b93b333341525b60866cb02a1 (diff)
downloadsrc-test-962619075c531f333b51161b4ec011e1e987ad5a.tar.gz
src-test-962619075c531f333b51161b4ec011e1e987ad5a.zip
ZFS: remove duplicate "com.datto:encryption" from loader
Notes
Notes: svn path=/head/; revision=364893
Diffstat (limited to 'stand')
-rw-r--r--stand/libsa/zfs/zfsimpl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 39a98b557aedd..d8dd88e930cfb 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
};