Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199461
b: refs/heads/master
c: 5daf47b
h: refs/heads/master
i:
  199459: b55468d
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed May 29, 2010
1 parent 7fe4072 commit 0b44da1
Show file tree
Hide file tree
Showing 3 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: e72e9f3814cb8c1076d627c29cec90b005838ac3
refs/heads/master: 5daf47bb4e708fde32c1856a0d049e3c3d03c36c
1 change: 1 addition & 0 deletions trunk/net/rds/ib_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ int rds_ib_cm_handle_connect(struct rdma_cm_id *cm_id,
err = rds_ib_setup_qp(conn);
if (err) {
rds_ib_conn_error(conn, "rds_ib_setup_qp failed (%d)\n", err);
mutex_unlock(&conn->c_cm_lock);
goto out;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/net/rds/iw_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ int rds_iw_cm_handle_connect(struct rdma_cm_id *cm_id,
err = rds_iw_setup_qp(conn);
if (err) {
rds_iw_conn_error(conn, "rds_iw_setup_qp failed (%d)\n", err);
mutex_unlock(&conn->c_cm_lock);
goto out;
}

Expand Down

0 comments on commit 0b44da1

Please sign in to comment.