Deleted Added
full compact
vdev_indirect.c (332547) vdev_indirect.c (339034)
1/*
2 * CDDL HEADER START
3 *
4 * This file and its contents are supplied under the terms of the
5 * Common Development and Distribution License ("CDDL"), version 1.0.
6 * You may only use this file in accordance with the terms of version
7 * 1.0 of the CDDL.
8 *

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

1106 vdev_indirect_open,
1107 vdev_indirect_close,
1108 vdev_default_asize,
1109 vdev_indirect_io_start,
1110 vdev_indirect_io_done,
1111 NULL,
1112 NULL,
1113 NULL,
1/*
2 * CDDL HEADER START
3 *
4 * This file and its contents are supplied under the terms of the
5 * Common Development and Distribution License ("CDDL"), version 1.0.
6 * You may only use this file in accordance with the terms of version
7 * 1.0 of the CDDL.
8 *

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

1106 vdev_indirect_open,
1107 vdev_indirect_close,
1108 vdev_default_asize,
1109 vdev_indirect_io_start,
1110 vdev_indirect_io_done,
1111 NULL,
1112 NULL,
1113 NULL,
1114 NULL,
1114 vdev_indirect_remap,
1115 VDEV_TYPE_INDIRECT, /* name of this vdev type */
1116 B_FALSE /* leaf vdev */
1117};
1115 vdev_indirect_remap,
1116 VDEV_TYPE_INDIRECT, /* name of this vdev type */
1117 B_FALSE /* leaf vdev */
1118};