svn commit: r368684 - head/stand/libsa/zfs

Toomas Soome tsoome at FreeBSD.org
Tue Dec 15 22:37:04 UTC 2020


Author: tsoome
Date: Tue Dec 15 22:37:03 2020
New Revision: 368684
URL: https://svnweb.freebsd.org/changeset/base/368684

Log:
  loader: allow loader to accept zfs feature com.delphix:bookmark_written
  
  We do not need to actually read bookmarks, just whitelist this feature.
  
  Reported by:	mjg

Modified:
  head/stand/libsa/zfs/zfsimpl.c

Modified: head/stand/libsa/zfs/zfsimpl.c
==============================================================================
--- head/stand/libsa/zfs/zfsimpl.c	Tue Dec 15 21:54:31 2020	(r368683)
+++ head/stand/libsa/zfs/zfsimpl.c	Tue Dec 15 22:37:03 2020	(r368684)
@@ -134,6 +134,7 @@ static const char *features_for_read[] = {
 	"com.delphix:obsolete_counts",
 	"com.intel:allocation_classes",
 	"org.freebsd:zstd_compress",
+	"com.delphix:bookmark_written",
 	NULL
 };
 


More information about the svn-src-all mailing list