Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61433
b: refs/heads/master
c: 8f07653
h: refs/heads/master
i:
  61431: f1b5e0d
v: v3
  • Loading branch information
Dotan Barak authored and Roland Dreier committed Jul 18, 2007
1 parent 2b58009 commit 647594f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6d7d080e9f7cd535a8821efd3835c5cfa5223ab6
refs/heads/master: 8f076531cd20fbf83ed889024c8133d0c71a1fe4
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ int rdma_init_qp_attr(struct rdma_cm_id *id, struct ib_qp_attr *qp_attr,
break;
case RDMA_TRANSPORT_IWARP:
if (!id_priv->cm_id.iw) {
qp_attr->qp_access_flags = IB_ACCESS_LOCAL_WRITE;
qp_attr->qp_access_flags = 0;
*qp_attr_mask = IB_QP_STATE | IB_QP_ACCESS_FLAGS;
} else
ret = iw_cm_init_qp_attr(id_priv->cm_id.iw, qp_attr,
Expand Down

0 comments on commit 647594f

Please sign in to comment.