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

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

832
833vdev_ops_t vdev_disk_ops = {
834 vdev_disk_open,
835 vdev_disk_close,
836 vdev_default_asize,
837 vdev_disk_io_start,
838 vdev_disk_io_done,
839 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

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

832
833vdev_ops_t vdev_disk_ops = {
834 vdev_disk_open,
835 vdev_disk_close,
836 vdev_default_asize,
837 vdev_disk_io_start,
838 vdev_disk_io_done,
839 NULL,
840 NULL,
840 vdev_disk_hold,
841 vdev_disk_rele,
842 NULL,
843 VDEV_TYPE_DISK, /* name of this vdev type */
844 B_TRUE /* leaf vdev */
845};
846
847/*

--- 77 unchanged lines hidden ---
841 vdev_disk_hold,
842 vdev_disk_rele,
843 NULL,
844 VDEV_TYPE_DISK, /* name of this vdev type */
845 B_TRUE /* leaf vdev */
846};
847
848/*

--- 77 unchanged lines hidden ---