diff options
Diffstat (limited to 'drivers/scsi/fcoe/libfcoe.c')
-rw-r--r-- | drivers/scsi/fcoe/libfcoe.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/libfcoe.c b/drivers/scsi/fcoe/libfcoe.c index 66120f135d99..1d5b949d4fd0 100644 --- a/drivers/scsi/fcoe/libfcoe.c +++ b/drivers/scsi/fcoe/libfcoe.c | |||
@@ -1232,8 +1232,11 @@ static void fcoe_ctlr_timer_work(struct work_struct *work) | |||
1232 | fip->reset_req = 0; | 1232 | fip->reset_req = 0; |
1233 | spin_unlock_bh(&fip->lock); | 1233 | spin_unlock_bh(&fip->lock); |
1234 | 1234 | ||
1235 | if (reset) | 1235 | if (reset) { |
1236 | fc_lport_reset(fip->lp); | 1236 | fc_lport_reset(fip->lp); |
1237 | /* restart things with a solicitation */ | ||
1238 | fcoe_ctlr_solicit(fip, NULL); | ||
1239 | } | ||
1237 | 1240 | ||
1238 | if (fip->send_ctlr_ka) { | 1241 | if (fip->send_ctlr_ka) { |
1239 | fip->send_ctlr_ka = 0; | 1242 | fip->send_ctlr_ka = 0; |