Deleted Added
full compact
vdev_disk.c (339034) vdev_disk.c (339111)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 827 unchanged lines hidden (view full) ---

836 vdev_default_asize,
837 vdev_disk_io_start,
838 vdev_disk_io_done,
839 NULL,
840 NULL,
841 vdev_disk_hold,
842 vdev_disk_rele,
843 NULL,
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 827 unchanged lines hidden (view full) ---

836 vdev_default_asize,
837 vdev_disk_io_start,
838 vdev_disk_io_done,
839 NULL,
840 NULL,
841 vdev_disk_hold,
842 vdev_disk_rele,
843 NULL,
844 vdev_default_xlate,
844 VDEV_TYPE_DISK, /* name of this vdev type */
845 B_TRUE /* leaf vdev */
846};
847
848/*
849 * Given the root disk device devid or pathname, read the label from
850 * the device, and construct a configuration nvlist.
851 */

--- 74 unchanged lines hidden ---
845 VDEV_TYPE_DISK, /* name of this vdev type */
846 B_TRUE /* leaf vdev */
847};
848
849/*
850 * Given the root disk device devid or pathname, read the label from
851 * the device, and construct a configuration nvlist.
852 */

--- 74 unchanged lines hidden ---