View | Details | Raw Unified | Return to bug 221909
Collapse All | Expand All

(-)b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c (-1 / +5 lines)
Lines 71-76 int zfs_send_set_freerecords_bit = B_TRUE; Link Here
71
71
72
#ifdef _KERNEL
72
#ifdef _KERNEL
73
TUNABLE_INT("vfs.zfs.send_set_freerecords_bit", &zfs_send_set_freerecords_bit);
73
TUNABLE_INT("vfs.zfs.send_set_freerecords_bit", &zfs_send_set_freerecords_bit);
74
75
SYSCTL_DECL(_vfs_zfs);
76
SYSCTL_INT(_vfs_zfs, OID_AUTO, send_corrupt_data, CTLFLAG_RWTUN,
77
    &zfs_send_corrupt_data, 0, "Allow to send datasets with corrupt blocks. "
78
    "Blocks filled with 0x'zfs badd bloc' are send as replacement blocks.");
74
#endif
79
#endif
75
80
76
static char *dmu_recv_tag = "dmu_recv_tag";
81
static char *dmu_recv_tag = "dmu_recv_tag";
77
- 

Return to bug 221909