mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
stand/zfs: Remove one more read-compatible feature
This feature is marked as ZFEATURE_FLAG_READONLY_COMPAT and so
irrelevant for read-only pool imports by the loader:
"com.delphix:spacemap_v2"
This should cause no functional changes, just a code cleanup.
I'm sorry, missed it in previous commit.
MFC after: 2 months
(cherry picked from commit c2588f5e06)
This commit is contained in:
parent
78e1cf110e
commit
5791b17844
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ static const char *features_for_read[] = {
|
|||
"com.delphix:extensible_dataset",
|
||||
"com.delphix:head_errlog",
|
||||
"com.delphix:hole_birth",
|
||||
"com.delphix:spacemap_v2",
|
||||
"com.joyent:multi_vdev_crash_dump",
|
||||
"com.klarasystems:vdev_zaps_v2",
|
||||
"org.freebsd:zstd_compress",
|
||||
|
|
|
|||
Loading…
Reference in a new issue