Deleted Added
full compact
23a24
> * Copyright (c) 2013, Joyent, Inc. All rights reserved.
1268a1270,1279
>
> /*
> * Special handling for "*_limit=none". In this case it's not
> * 0 but UINT64_MAX.
> */
> if ((type & ZFS_TYPE_DATASET) && isnone &&
> (prop == ZFS_PROP_FILESYSTEM_LIMIT ||
> prop == ZFS_PROP_SNAPSHOT_LIMIT)) {
> *ivalp = UINT64_MAX;
> }