]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/vdev_disk.c
OpenZFS 7614, 9064 - zfs device evacuation/removal
[mirror_zfs.git] / module / zfs / vdev_disk.c
index 788503bcdb670276c4e63a8887a988dcdd1a3f52..056381c9d83069521e58e9529e1553010be9f47a 100644 (file)
@@ -843,6 +843,7 @@ vdev_ops_t vdev_disk_ops = {
        NULL,
        vdev_disk_hold,
        vdev_disk_rele,
+       NULL,
        VDEV_TYPE_DISK,         /* name of this vdev type */
        B_TRUE                  /* leaf vdev */
 };