Deleted Added
full compact
zio.c (244155) zio.c (244187)
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

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

2443 ASSERT(BP_GET_TYPE(bp) == DMU_OT_INTENT_LOG);
2444 ASSERT(!BP_IS_GANG(bp));
2445
2446 zio_free(spa, txg, bp);
2447}
2448
2449/*
2450 * ==========================================================================
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

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

2443 ASSERT(BP_GET_TYPE(bp) == DMU_OT_INTENT_LOG);
2444 ASSERT(!BP_IS_GANG(bp));
2445
2446 zio_free(spa, txg, bp);
2447}
2448
2449/*
2450 * ==========================================================================
2451 * Read and write to physical devices
2451 * Read, write and delete to physical devices
2452 * ==========================================================================
2453 */
2454static int
2455zio_vdev_io_start(zio_t *zio)
2456{
2457 vdev_t *vd = zio->io_vd;
2458 uint64_t align;
2459 spa_t *spa = zio->io_spa;

--- 800 unchanged lines hidden ---
2452 * ==========================================================================
2453 */
2454static int
2455zio_vdev_io_start(zio_t *zio)
2456{
2457 vdev_t *vd = zio->io_vd;
2458 uint64_t align;
2459 spa_t *spa = zio->io_spa;

--- 800 unchanged lines hidden ---