|
@@ -1489,7 +1489,7 @@ out_fpo:
|
|
static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps,
|
|
static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps,
|
|
struct list_head *zombies)
|
|
struct list_head *zombies)
|
|
{
|
|
{
|
|
- if (!fps->fps_net) /* intialized? */
|
|
|
|
|
|
+ if (!fps->fps_net) /* initialized? */
|
|
return;
|
|
return;
|
|
|
|
|
|
spin_lock(&fps->fps_lock);
|
|
spin_lock(&fps->fps_lock);
|
|
@@ -1812,7 +1812,7 @@ static void kiblnd_destroy_pool_list(struct list_head *head)
|
|
|
|
|
|
static void kiblnd_fail_poolset(struct kib_poolset *ps, struct list_head *zombies)
|
|
static void kiblnd_fail_poolset(struct kib_poolset *ps, struct list_head *zombies)
|
|
{
|
|
{
|
|
- if (!ps->ps_net) /* intialized? */
|
|
|
|
|
|
+ if (!ps->ps_net) /* initialized? */
|
|
return;
|
|
return;
|
|
|
|
|
|
spin_lock(&ps->ps_lock);
|
|
spin_lock(&ps->ps_lock);
|