Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105647
b: refs/heads/master
c: 1ca8d15
h: refs/heads/master
i:
  105645: 62d6b80
  105643: 6328f5c
  105639: 71ee7ea
  105631: be967e4
v: v3
  • Loading branch information
Dotan Barak authored and Roland Dreier committed Jul 22, 2008
1 parent d173bed commit c451939
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: 01b3fc8b15432f7931e40fe099839e1559fb0e09
refs/heads/master: 1ca8d15619f725e223c19137350b0336b9196193
3 changes: 1 addition & 2 deletions trunk/drivers/infiniband/core/iwcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,7 @@ static int iwcm_init_qp_init_attr(struct iwcm_id_private *cm_id_priv,
case IW_CM_STATE_CONN_RECV:
case IW_CM_STATE_ESTABLISHED:
*qp_attr_mask = IB_QP_STATE | IB_QP_ACCESS_FLAGS;
qp_attr->qp_access_flags = IB_ACCESS_LOCAL_WRITE |
IB_ACCESS_REMOTE_WRITE|
qp_attr->qp_access_flags = IB_ACCESS_REMOTE_WRITE|
IB_ACCESS_REMOTE_READ;
ret = 0;
break;
Expand Down

0 comments on commit c451939

Please sign in to comment.