]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/vdev_mirror.c
OpenZFS 7614, 9064 - zfs device evacuation/removal
[mirror_zfs.git] / module / zfs / vdev_mirror.c
index 1d5adce178b9397051dd71a4fe779e40787ea074..b56f955eb01b5fb56c06dcd4c3c0a496f838f47e 100644 (file)
@@ -679,6 +679,7 @@ vdev_ops_t vdev_mirror_ops = {
        NULL,
        NULL,
        NULL,
+       NULL,
        VDEV_TYPE_MIRROR,       /* name of this vdev type */
        B_FALSE                 /* not a leaf vdev */
 };
@@ -693,6 +694,7 @@ vdev_ops_t vdev_replacing_ops = {
        NULL,
        NULL,
        NULL,
+       NULL,
        VDEV_TYPE_REPLACING,    /* name of this vdev type */
        B_FALSE                 /* not a leaf vdev */
 };
@@ -707,6 +709,7 @@ vdev_ops_t vdev_spare_ops = {
        NULL,
        NULL,
        NULL,
+       NULL,
        VDEV_TYPE_SPARE,        /* name of this vdev type */
        B_FALSE                 /* not a leaf vdev */
 };