From df13933e33765b5e5ab38f8f0f872becfd6a1f5e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 13 Oct 2020 03:49:12 +0000 Subject: [PATCH] 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. --- stand/libsa/zfs/zfsimpl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c index 9d3e18f0138..44b943a89ab 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 }; -- 2.45.0