Deleted Added
sdiff udiff text old ( 332525 ) new ( 339034 )
full compact
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

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

85 vdev_missing_close,
86 vdev_default_asize,
87 vdev_missing_io_start,
88 vdev_missing_io_done,
89 NULL,
90 NULL,
91 NULL,
92 NULL,
93 VDEV_TYPE_MISSING, /* name of this vdev type */
94 B_TRUE /* leaf vdev */
95};
96
97vdev_ops_t vdev_hole_ops = {
98 vdev_missing_open,
99 vdev_missing_close,
100 vdev_default_asize,
101 vdev_missing_io_start,
102 vdev_missing_io_done,
103 NULL,
104 NULL,
105 NULL,
106 NULL,
107 VDEV_TYPE_HOLE, /* name of this vdev type */
108 B_TRUE /* leaf vdev */
109};