aboutsummaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/zfs/vdev_indirect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/zfs/vdev_indirect.c b/module/zfs/vdev_indirect.c
index 70bf3bf15..0a42f5196 100644
--- a/module/zfs/vdev_indirect.c
+++ b/module/zfs/vdev_indirect.c
@@ -293,8 +293,8 @@ vdev_indirect_map_free(zio_t *zio)
}
static const zio_vsd_ops_t vdev_indirect_vsd_ops = {
- vdev_indirect_map_free,
- zio_vsd_default_cksum_report
+ .vsd_free = vdev_indirect_map_free,
+ .vsd_cksum_report = zio_vsd_default_cksum_report
};
/*