]> granicus.if.org Git - zfs/commitdiff
Whoops, add missing j
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Dec 2008 18:48:11 +0000 (10:48 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 19 Dec 2008 18:48:11 +0000 (10:48 -0800)
module/zfs/spa.c

index e213483d6593ba136c5a764b6d40682292d6a704..e7b6694bebf7ea1248348be44ed2ba9fe55837a3 100644 (file)
@@ -3232,7 +3232,7 @@ spa_vdev_remove_aux(nvlist_t *config, char *name, nvlist_t **dev, int count,
        nvlist_t *dev_to_remove)
 {
        nvlist_t **newdev = NULL;
-       int i;
+       int i, j;
 
        if (count > 1)
                newdev = kmem_alloc((count - 1) * sizeof (void *), KM_SLEEP);