diff options
author | delphij <delphij@FreeBSD.org> | 2013-07-18 00:22:42 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-07-18 00:22:42 +0000 |
commit | 5a5f4c42fb5eefbdced46e1eea4f3bffe59376f8 (patch) | |
tree | 395a08ac4a6de6a3c04bd36bbf5eac5fd17a289f /cddl | |
parent | a6cf66c6cfea279d740ce36eac27ac9ec27ae0cb (diff) | |
download | FreeBSD-src-5a5f4c42fb5eefbdced46e1eea4f3bffe59376f8.zip FreeBSD-src-5a5f4c42fb5eefbdced46e1eea4f3bffe59376f8.tar.gz |
Manually merge part of vendor import r238583 from Illumos.
Illumos changeset: 13680:2bd022a765e2
Illumos ZFS issue:
2671 zpool import should not fail if vdev ashift has increased
MFC after: 3 days
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c index 5b24a2f..bfb7114 100644 --- a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c +++ b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c @@ -3997,7 +3997,7 @@ print_dedup_stats(nvlist_t *config) /* * If the pool was faulted then we may not have been able to - * obtain the config. Otherwise, if have anything in the dedup + * obtain the config. Otherwise, if we have anything in the dedup * table continue processing the stats. */ if (nvlist_lookup_uint64_array(config, ZPOOL_CONFIG_DDT_OBJ_STATS, |