aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2020-12-15 22:37:03 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-10-08 05:24:28 +0000
commit2d5237531676b2eb8de2ed50d53d20a70ba607b4 (patch)
treeb598fa1cb98ecc85d224f908d30267eb175d3b36
parent395614be592d2825e6f52860bfb5befb4d588ede (diff)
downloadsrc-2d5237531676b2eb8de2ed50d53d20a70ba607b4.tar.gz
src-2d5237531676b2eb8de2ed50d53d20a70ba607b4.zip
loader: allow loader to accept zfs feature com.delphix:bookmark_written
We do not need to actually read bookmarks, just whitelist this feature. (cherry picked from commit d3eae37553cd23d5ca8addc4818aec9d8a71ec81)
-rw-r--r--stand/libsa/zfs/zfsimpl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 9efc67db318a..e3eb0a0b6a89 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -129,6 +129,7 @@ static const char *features_for_read[] = {
"com.delphix:obsolete_counts",
"com.intel:allocation_classes",
"org.freebsd:zstd_compress",
+ "com.delphix:bookmark_written",
NULL
};