Skip to content

Commit

Permalink
Reserve DMU_BACKUP_FEATURE for ZSTD
Browse files Browse the repository at this point in the history
Reserve openzfs#25 for the ZSTD compression feature from FreeBSD.
  • Loading branch information
allanjude authored Jun 12, 2018
1 parent ab24877 commit 0d0e42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sys/zfs_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ typedef enum drr_headertype {
#define DMU_BACKUP_FEATURE_COMPRESSED (1 << 22)
#define DMU_BACKUP_FEATURE_LARGE_DNODE (1 << 23)
#define DMU_BACKUP_FEATURE_RAW (1 << 24)
/* flag #25 is reserved for the ZSTD compression feature */

/*
* Mask of all supported backup features
Expand Down

0 comments on commit 0d0e42c

Please sign in to comment.