diff options
author | Tom Caputi <[email protected]> | 2019-04-14 14:03:06 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-14 11:03:06 -0700 |
commit | 7dcd31883299b3ee3801dd701f7a986a0af9b2f9 (patch) | |
tree | 365b53222bfe452230fdbf54f36156346bf4fbd9 /module | |
parent | b92f5d9f8254f726298a6ab962719fc2b68350b1 (diff) |
Cleanup nits from ab7615d92
This patch simply up cleans up a nit and corrects an error message
issue that were introduced in the Multiple DVA scrub patch.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tom Caputi <[email protected]>
Closes #8619
Diffstat (limited to 'module')
-rw-r--r-- | module/zfs/vdev_mirror.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/zfs/vdev_mirror.c b/module/zfs/vdev_mirror.c index a095e0977..59cc2dcdd 100644 --- a/module/zfs/vdev_mirror.c +++ b/module/zfs/vdev_mirror.c @@ -257,8 +257,6 @@ vdev_mirror_map_init(zio_t *zio) dsl_scan_t *scn = spa->spa_dsl_pool->dp_scan; dva_t dva_copy[SPA_DVAS_PER_BP]; - c = BP_GET_NDVAS(zio->io_bp); - /* * The sequential scrub code sorts and issues all DVAs * of a bp separately. Each of these IOs includes all |