Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 03:49:12 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366659 - head/stand/libsa/zfs
Message-ID:  <202010130349.09D3nC87004203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010130349.09D3nC87004203>