From: Brian Behlendorf Date: Fri, 19 Dec 2008 18:48:11 +0000 (-0800) Subject: Whoops, add missing j X-Git-Tag: zfs-0.4.4~12^2~161^2^2^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66e0d59024a0be49c704106e2a432634ae18e712;p=zfs Whoops, add missing j --- diff --git a/module/zfs/spa.c b/module/zfs/spa.c index e213483d6..e7b6694be 100644 --- a/module/zfs/spa.c +++ b/module/zfs/spa.c @@ -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);