Deleted Added
full compact
22a23,24
> * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
> * Copyright (c) 2011 by Delphix. All rights reserved.
438c440
< char *name, *hostname;
---
> char *name, *hostname, *comment;
526a529
> * comment (if available)
547a551,562
>
> /*
> * COMMENT is optional, don't bail if it's not
> * there, instead, set it to NULL.
> */
> if (nvlist_lookup_string(tmp,
> ZPOOL_CONFIG_COMMENT, &comment) != 0)
> comment = NULL;
> else if (nvlist_add_string(config,
> ZPOOL_CONFIG_COMMENT, comment) != 0)
> goto nomem;
>
552a568
>