Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59364
b: refs/heads/master
c: 6164c8c
h: refs/heads/master
v: v3
  • Loading branch information
Sean Hefty authored and Roland Dreier committed Jul 11, 2007
1 parent cbe6bf0 commit 4f9af97
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 29c2731cbfa9d5b560a73461775f2be03b46dd4c
refs/heads/master: 6164c8cd1333403a28202f7c7e64ff9086d8f1aa
3 changes: 1 addition & 2 deletions trunk/drivers/infiniband/core/cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2808,9 +2808,8 @@ static int cm_sidr_req_handler(struct cm_work *work)
sidr_req_msg->service_id,
sidr_req_msg->private_data);
if (!cur_cm_id_priv) {
rb_erase(&cm_id_priv->sidr_id_node, &cm.remote_sidr_table);
spin_unlock_irq(&cm.lock);
/* todo: reply with no match */
cm_reject_sidr_req(cm_id_priv, IB_SIDR_UNSUPPORTED);
goto out; /* No match. */
}
atomic_inc(&cur_cm_id_priv->refcount);
Expand Down

0 comments on commit 4f9af97

Please sign in to comment.