Skip to content

Commit

Permalink
8265 Reserve send stream flag for large dnode feature
Browse files Browse the repository at this point in the history
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
  • Loading branch information
behlendorf authored and prakashsurya committed May 24, 2017
1 parent d77f819 commit bc83969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/src/uts/common/fs/zfs/sys/zfs_ioctl.h
Expand Up @@ -93,6 +93,7 @@ typedef enum drr_headertype {
#define DMU_BACKUP_FEATURE_RESUMING (1 << 20)
/* flag #21 is reserved for a Delphix feature */
#define DMU_BACKUP_FEATURE_COMPRESSED (1 << 22)
/* flag #23 is reserved for the large dnode feature */

/*
* Mask of all supported backup features
Expand Down

0 comments on commit bc83969

Please sign in to comment.