Print this page
4171 clean up spa_feature_*() interfaces
4172 implement extensible_dataset feature for use by other zpool features
Reviewed by: Max Grossman <max.grossman@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/fs/zfs/sys/dmu_impl.h
          +++ new/usr/src/uts/common/fs/zfs/sys/dmu_impl.h
↓ open down ↓ 290 lines elided ↑ open up ↑
 291  291          objset_t *dsa_os;
 292  292          zio_cksum_t dsa_zc;
 293  293          uint64_t dsa_toguid;
 294  294          int dsa_err;
 295  295          dmu_pendop_t dsa_pending_op;
 296  296          boolean_t dsa_incremental;
 297  297          uint64_t dsa_last_data_object;
 298  298          uint64_t dsa_last_data_offset;
 299  299  } dmu_sendarg_t;
 300  300  
      301 +void dmu_object_zapify(objset_t *, uint64_t, dmu_object_type_t, dmu_tx_t *);
      302 +void dmu_object_free_zapified(objset_t *, uint64_t, dmu_tx_t *);
 301  303  
 302  304  #ifdef  __cplusplus
 303  305  }
 304  306  #endif
 305  307  
 306  308  #endif  /* _SYS_DMU_IMPL_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX