Deleted Added
full compact
vdev_root.c (332536) vdev_root.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

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

145 vdev_root_close,
146 vdev_default_asize,
147 NULL, /* io_start - not applicable to the root */
148 NULL, /* io_done - not applicable to the root */
149 vdev_root_state_change,
150 NULL,
151 NULL,
152 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

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

145 vdev_root_close,
146 vdev_default_asize,
147 NULL, /* io_start - not applicable to the root */
148 NULL, /* io_done - not applicable to the root */
149 vdev_root_state_change,
150 NULL,
151 NULL,
152 NULL,
153 NULL,
153 VDEV_TYPE_ROOT, /* name of this vdev type */
154 B_FALSE /* not a leaf vdev */
155};
154 VDEV_TYPE_ROOT, /* name of this vdev type */
155 B_FALSE /* not a leaf vdev */
156};