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

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

5418static moduledata_t zfs_mod = {
5419 "zfsctrl",
5420 zfs_modevent,
5421 0
5422};
5423DECLARE_MODULE(zfsctrl, zfs_mod, SI_SUB_VFS, SI_ORDER_ANY);
5424MODULE_DEPEND(zfsctrl, opensolaris, 1, 1, 1);
5425MODULE_DEPEND(zfsctrl, krpc, 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

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

5418static moduledata_t zfs_mod = {
5419 "zfsctrl",
5420 zfs_modevent,
5421 0
5422};
5423DECLARE_MODULE(zfsctrl, zfs_mod, SI_SUB_VFS, SI_ORDER_ANY);
5424MODULE_DEPEND(zfsctrl, opensolaris, 1, 1, 1);
5425MODULE_DEPEND(zfsctrl, krpc, 1, 1, 1);
5426MODULE_DEPEND(zfsctrl, acl_nfs4, 1, 1, 1);
5427MODULE_DEPEND(zfsctrl, acl_posix1e, 1, 1, 1);