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.
This commit is contained in:
Warner Losh 2020-10-13 03:49:12 +00:00
parent 9257c69b1c
commit df13933e33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366659

View File

@ -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
};