svn commit: r366659 - head/stand/libsa/zfs
Warner Losh
imp at FreeBSD.org
Tue Oct 13 03:49:13 UTC 2020
Author: imp
Date: Tue Oct 13 03:49:12 2020
New Revision: 366659
URL: https://svnweb.freebsd.org/changeset/base/366659
Log:
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.
Modified:
head/stand/libsa/zfs/zfsimpl.c
Modified: head/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- head/stand/libsa/zfs/zfsimpl.c Tue Oct 13 02:36:16 2020 (r366658)
+++ head/stand/libsa/zfs/zfsimpl.c Tue Oct 13 03:49:12 2020 (r366659)
@@ -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
};
More information about the svn-src-all
mailing list