Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286338
b: refs/heads/master
c: 0eecee4
h: refs/heads/master
v: v3
  • Loading branch information
James Smart authored and James Bottomley committed Jan 16, 2012
1 parent 5248eda commit d4a874b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 410f02d813212eef1dedfcfd43460dd11a0ff707
refs/heads/master: 0eecee413d3157bac4477362bfc4b907b4b2988b
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/scsi_transport_fc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,8 @@ fc_remote_port_rolechg(struct fc_rport *rport, u32 roles)

spin_lock_irqsave(shost->host_lock, flags);
rport->flags &= ~(FC_RPORT_FAST_FAIL_TIMEDOUT |
FC_RPORT_DEVLOSS_PENDING);
FC_RPORT_DEVLOSS_PENDING |
FC_RPORT_DEVLOSS_CALLBK_DONE);
spin_unlock_irqrestore(shost->host_lock, flags);

/* ensure any stgt delete functions are done */
Expand Down

0 comments on commit d4a874b

Please sign in to comment.