Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41354
b: refs/heads/master
c: 9ab1ffa
h: refs/heads/master
v: v3
  • Loading branch information
Krishna Kumar authored and Roland Dreier committed Nov 29, 2006
1 parent 4519948 commit d2dc426
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 715a588f420936ecdb813c4fcd40dff7a16b1638
refs/heads/master: 9ab1ffa8775d9c677b1301cccce8a7d91e5163d0
5 changes: 3 additions & 2 deletions trunk/drivers/infiniband/core/iwcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ static int copy_private_data(struct iw_cm_event *event)
}

/*
* Release a reference on cm_id. If the last reference is being removed
* and iw_destroy_cm_id is waiting, wake up the waiting thread.
* Release a reference on cm_id. If the last reference is being
* released, enable the waiting thread (in iw_destroy_cm_id) to
* get woken up, and return 1 if a thread is already waiting.
*/
static int iwcm_deref_id(struct iwcm_id_private *cm_id_priv)
{
Expand Down

0 comments on commit d2dc426

Please sign in to comment.