Deleted Added
full compact
zfs_ioctl.c (190878) zfs_ioctl.c (193128)
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

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

3116
3117static moduledata_t zfs_mod = {
3118 "zfsctrl",
3119 zfs_modevent,
3120 0
3121};
3122DECLARE_MODULE(zfsctrl, zfs_mod, SI_SUB_VFS, SI_ORDER_ANY);
3123MODULE_DEPEND(zfsctrl, opensolaris, 1, 1, 1);
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

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

3116
3117static moduledata_t zfs_mod = {
3118 "zfsctrl",
3119 zfs_modevent,
3120 0
3121};
3122DECLARE_MODULE(zfsctrl, zfs_mod, SI_SUB_VFS, SI_ORDER_ANY);
3123MODULE_DEPEND(zfsctrl, opensolaris, 1, 1, 1);
3124MODULE_DEPEND(zfsctrl, krpc, 1, 1, 1);