mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
eba724f361
commit
d3eae37553
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue