diff options
author | luozhengzheng <[email protected]> | 2016-08-31 19:07:36 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-09-01 11:39:45 -0700 |
commit | 0b284702b75aa712a7d1353b93e19d5b2c783f27 (patch) | |
tree | d96ff28e537188cded47946f1f6ca4f9372f1827 /include | |
parent | ca8587a5172628e282b5b0ac1b2165b212e35601 (diff) |
Delete unreferenced function zfs_ereport_send_interim_checksum
Signed-off-by: luozhengzheng <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #5055
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/zio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/zio.h b/include/sys/zio.h index d5a1494df..42e85e666 100644 --- a/include/sys/zio.h +++ b/include/sys/zio.h @@ -587,7 +587,6 @@ extern void zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, struct zio *zio, extern void zfs_ereport_finish_checksum(zio_cksum_report_t *report, const void *good_data, const void *bad_data, boolean_t drop_if_identical); -extern void zfs_ereport_send_interim_checksum(zio_cksum_report_t *report); extern void zfs_ereport_free_checksum(zio_cksum_report_t *report); /* If we have the good data in hand, this function can be used */ |