git: 2d5237531676 - stable/12 - loader: allow loader to accept zfs feature com.delphix:bookmark_written
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 06:11:23 UTC
The branch stable/12 has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=2d5237531676b2eb8de2ed50d53d20a70ba607b4
commit 2d5237531676b2eb8de2ed50d53d20a70ba607b4
Author: Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2020-12-15 22:37:03 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-08 05:24:28 +0000
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)
---
stand/libsa/zfs/zfsimpl.c | 1 +
1 file changed, 1 insertion(+)
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
};