Deleted Added
full compact
23a24
> * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
1311c1312
< * vdev. We stash the original pool guid in 'spa_load_guid' to handle
---
> * vdev. We stash the original pool guid in 'spa_config_guid' to handle
1317c1318
< return (spa->spa_load_guid);
---
> return (spa->spa_config_guid);
1320a1322,1332
> spa_load_guid(spa_t *spa)
> {
> /*
> * This is a GUID that exists solely as a reference for the
> * purposes of the arc. It is generated at load time, and
> * is never written to persistent storage.
> */
> return (spa->spa_load_guid);
> }
>
> uint64_t