]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/vdev_disk.c
OpenZFS 9102 - zfs should be able to initialize storage devices
[mirror_zfs.git] / module / zfs / vdev_disk.c
index 9c44ba12a36ad188bf11e303b65ed573ab227360..d13f365dd055d3e72d257d195a1cd5cea72f34d6 100644 (file)
@@ -890,6 +890,7 @@ vdev_ops_t vdev_disk_ops = {
        vdev_disk_hold,
        vdev_disk_rele,
        NULL,
+       vdev_default_xlate,
        VDEV_TYPE_DISK,         /* name of this vdev type */
        B_TRUE                  /* leaf vdev */
 };