Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193595
b: refs/heads/master
c: 450d06c
h: refs/heads/master
i:
  193593: a0d40c0
  193591: 890bae9
v: v3
  • Loading branch information
Sherman Pun authored and David S. Miller committed Mar 17, 2010
1 parent 3156807 commit 08099c2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b98ba52f96e7cdb4dbe2b06bced83d95d94c9d02
refs/heads/master: 450d06c0208ad195ccd74a7edd11321e316791ad
6 changes: 5 additions & 1 deletion trunk/net/rds/ib_send.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,12 @@ void rds_ib_send_cq_comp_handler(struct ib_cq *cq, void *context)
struct rds_message *rm;

rm = rds_send_get_message(conn, send->s_op);
if (rm)
if (rm) {
if (rm->m_rdma_op)
rds_ib_send_unmap_rdma(ic, rm->m_rdma_op);
rds_ib_send_rdma_complete(rm, wc.status);
rds_message_put(rm);
}
}

oldest = (oldest + 1) % ic->i_send_ring.w_nr;
Expand Down

0 comments on commit 08099c2

Please sign in to comment.