Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167211
b: refs/heads/master
c: 54e05f1
h: refs/heads/master
i:
  167209: 8c8a17a
  167207: 23c6a19
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Oct 7, 2009
1 parent 9c2b1b7 commit ee0253f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa07a99412f56ad56faecbaa683f3bc0ae99abc2
refs/heads/master: 54e05f15ccb510c0fb3b03dfe9186811021fd5ad
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/core/iwcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ static void destroy_cm_id(struct iw_cm_id *cm_id)
* In either case, must tell the provider to reject.
*/
cm_id_priv->state = IW_CM_STATE_DESTROYING;
spin_unlock_irqrestore(&cm_id_priv->lock, flags);
cm_id->device->iwcm->reject(cm_id, NULL, 0);
spin_lock_irqsave(&cm_id_priv->lock, flags);
break;
case IW_CM_STATE_CONN_SENT:
case IW_CM_STATE_DESTROYING:
Expand Down

0 comments on commit ee0253f

Please sign in to comment.