summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-10-13 03:49:12 +0000
committerWarner Losh <imp@FreeBSD.org>2020-10-13 03:49:12 +0000
commitdf13933e33765b5e5ab38f8f0f872becfd6a1f5e (patch)
tree9c7ccad7b1872a55c8546fd5511bf2bcdb5cfe04 /stand
parent9257c69b1c470d260f7c6ca429e7d7271e16e9e0 (diff)
downloadsrc-test2-df13933e33765b5e5ab38f8f0f872becfd6a1f5e.tar.gz
src-test2-df13933e33765b5e5ab38f8f0f872becfd6a1f5e.zip
Add back org.freebsd:zstd_compress to features_for_read
This list is the of features that are allowed on the whole pool, not the list of features that are implemented.
Notes
Notes: svn path=/head/; revision=366659
Diffstat (limited to 'stand')
-rw-r--r--stand/libsa/zfs/zfsimpl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 9d3e18f01382..44b943a89ab3 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -132,9 +132,7 @@ static const char *features_for_read[] = {
"com.delphix:device_removal",
"com.delphix:obsolete_counts",
"com.intel:allocation_classes",
-#ifdef HAS_ZSTD_ZFS
"org.freebsd:zstd_compress",
-#endif
NULL
};