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

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

1597 int err;
1598
1599 if ((err = put_nvlist(zc, config)) != 0)
1600 error = err;
1601 }
1602
1603 nvlist_free(config);
1604
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

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

1597 int err;
1598
1599 if ((err = put_nvlist(zc, config)) != 0)
1600 error = err;
1601 }
1602
1603 nvlist_free(config);
1604
1605 if (props)
1606 nvlist_free(props);
1605 nvlist_free(props);
1607
1608 return (error);
1609}
1610
1611static int
1612zfs_ioc_pool_export(zfs_cmd_t *zc)
1613{
1614 int error;

--- 5150 unchanged lines hidden ---
1606
1607 return (error);
1608}
1609
1610static int
1611zfs_ioc_pool_export(zfs_cmd_t *zc)
1612{
1613 int error;

--- 5150 unchanged lines hidden ---