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
This commit is contained in:
Toomas Soome 2020-12-15 22:37:03 +00:00
parent eba724f361
commit d3eae37553

View File

@ -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
};