mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ZFS: Reserve DMU_BACKUP_FEATURE flags for Native Encryption and ZSTD
This commit is contained in:
parent
368455ec95
commit
68232f2053
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ typedef enum drr_headertype {
|
|||
/* flag #21 is reserved for a Delphix feature */
|
||||
#define DMU_BACKUP_FEATURE_COMPRESSED (1 << 22)
|
||||
/* flag #23 is reserved for the large dnode feature */
|
||||
/* flag #24 is reserved for the raw send (encryption) feature */
|
||||
/* flag #25 is reserved for the ZSTD compression feature */
|
||||
|
||||
/*
|
||||
* Mask of all supported backup features
|
||||
|
|
|
|||
Loading…
Reference in a new issue