Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328883
b: refs/heads/master
c: 5cdf162
h: refs/heads/master
i:
  328881: fd18485
  328879: e9b085b
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Sep 24, 2012
1 parent ef12c17 commit bff32bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a077c7faf3cb3e28303ba431148a85f613f4e955
refs/heads/master: 5cdf162654123c53f14524bb23546f4d11bfde28
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/ibmvscsi/ibmvfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2625,8 +2625,10 @@ static void ibmvfc_handle_async(struct ibmvfc_async_crq *crq,
case IBMVFC_AE_SCN_FABRIC:
case IBMVFC_AE_SCN_DOMAIN:
vhost->events_to_log |= IBMVFC_AE_RSCN;
vhost->delay_init = 1;
__ibmvfc_reset_host(vhost);
if (vhost->state < IBMVFC_HALTED) {
vhost->delay_init = 1;
__ibmvfc_reset_host(vhost);
}
break;
case IBMVFC_AE_SCN_NPORT:
case IBMVFC_AE_SCN_GROUP:
Expand Down

0 comments on commit bff32bf

Please sign in to comment.