Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204111
b: refs/heads/master
c: 516a648
h: refs/heads/master
i:
  204109: 5b87148
  204107: 981a6f9
  204103: 1243151
  204095: ae44d3e
v: v3
  • Loading branch information
Bhanu Prakash Gollapudi authored and James Bottomley committed Jul 27, 2010
1 parent 725f3a6 commit f653bce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1508f3ecd991ecbf272e08f5ee70d2618f49159e
refs/heads/master: 516a648631c912e84e0035590f98eef1d716f4ea
5 changes: 4 additions & 1 deletion trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,8 +1232,11 @@ static void fcoe_ctlr_timer_work(struct work_struct *work)
fip->reset_req = 0;
spin_unlock_bh(&fip->lock);

if (reset)
if (reset) {
fc_lport_reset(fip->lp);
/* restart things with a solicitation */
fcoe_ctlr_solicit(fip, NULL);
}

if (fip->send_ctlr_ka) {
fip->send_ctlr_ka = 0;
Expand Down

0 comments on commit f653bce

Please sign in to comment.