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 NULL,
94 VDEV_TYPE_MISSING, /* name of this vdev type */
95 B_TRUE /* leaf vdev */
96};
97
98vdev_ops_t vdev_hole_ops = {
99 vdev_missing_open,
100 vdev_missing_close,
101 vdev_default_asize,
102 vdev_missing_io_start,
103 vdev_missing_io_done,
104 NULL,
105 NULL,
106 NULL,
107 NULL,
108 NULL,
109 VDEV_TYPE_HOLE, /* name of this vdev type */
110 B_TRUE /* leaf vdev */
111};