Deleted Added
full compact
spa_config.c (168714) spa_config.c (168962)
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

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

30#include <sys/spa.h>
31#include <sys/spa_impl.h>
32#include <sys/nvpair.h>
33#include <sys/uio.h>
34#include <sys/fs/zfs.h>
35#include <sys/vdev_impl.h>
36#include <sys/zfs_ioctl.h>
37#include <sys/utsname.h>
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

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

30#include <sys/spa.h>
31#include <sys/spa_impl.h>
32#include <sys/nvpair.h>
33#include <sys/uio.h>
34#include <sys/fs/zfs.h>
35#include <sys/vdev_impl.h>
36#include <sys/zfs_ioctl.h>
37#include <sys/utsname.h>
38#include <sys/sunddi.h>
38#ifdef _KERNEL
39#include <sys/kobj.h>
40#endif
41
42/*
43 * Pool configuration repository.
44 *
45 * The configuration for all pools, in addition to being stored on disk, is

--- 329 unchanged lines hidden ---
39#ifdef _KERNEL
40#include <sys/kobj.h>
41#endif
42
43/*
44 * Pool configuration repository.
45 *
46 * The configuration for all pools, in addition to being stored on disk, is

--- 329 unchanged lines hidden ---