ZFS: Reserve DMU_BACKUP_FEATURE flags for Native Encryption and ZSTD
This commit is contained in:
parent
163a837a7b
commit
b8150c4df5
@ -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 New Issue
Block a user