diff options
| -rw-r--r-- | drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c index e2fc65f0f2f4..7f761b327166 100644 --- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c +++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | |||
| @@ -1489,7 +1489,7 @@ out_fpo: | |||
| 1489 | static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps, | 1489 | static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps, |
| 1490 | struct list_head *zombies) | 1490 | struct list_head *zombies) |
| 1491 | { | 1491 | { |
| 1492 | if (!fps->fps_net) /* intialized? */ | 1492 | if (!fps->fps_net) /* initialized? */ |
| 1493 | return; | 1493 | return; |
| 1494 | 1494 | ||
| 1495 | spin_lock(&fps->fps_lock); | 1495 | spin_lock(&fps->fps_lock); |
| @@ -1812,7 +1812,7 @@ static void kiblnd_destroy_pool_list(struct list_head *head) | |||
| 1812 | 1812 | ||
| 1813 | static void kiblnd_fail_poolset(struct kib_poolset *ps, struct list_head *zombies) | 1813 | static void kiblnd_fail_poolset(struct kib_poolset *ps, struct list_head *zombies) |
| 1814 | { | 1814 | { |
| 1815 | if (!ps->ps_net) /* intialized? */ | 1815 | if (!ps->ps_net) /* initialized? */ |
| 1816 | return; | 1816 | return; |
| 1817 | 1817 | ||
| 1818 | spin_lock(&ps->ps_lock); | 1818 | spin_lock(&ps->ps_lock); |
