Deleted Added
full compact
vdev_missing.c (332525) vdev_missing.c (339034)
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,
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,
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,
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,
107 VDEV_TYPE_HOLE, /* name of this vdev type */
108 B_TRUE /* leaf vdev */
109};
109 VDEV_TYPE_HOLE, /* name of this vdev type */
110 B_TRUE /* leaf vdev */
111};