summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2020-12-15 22:37:03 +0000
committerToomas Soome <tsoome@FreeBSD.org>2020-12-15 22:37:03 +0000
commitd3eae37553cd23d5ca8addc4818aec9d8a71ec81 (patch)
tree9207f74fa5ff74504a6b7443013b1defb52866b7 /stand
parenteba724f361693a52721b2626d800a7e117af67ac (diff)
downloadsrc-test2-d3eae37553cd23d5ca8addc4818aec9d8a71ec81.tar.gz
src-test2-d3eae37553cd23d5ca8addc4818aec9d8a71ec81.zip
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
Notes
Notes: svn path=/head/; revision=368684
Diffstat (limited to 'stand')
-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 004e3dadcc7b..bc577f168459 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -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
};