Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97111
b: refs/heads/master
c: 05a0826
h: refs/heads/master
i:
  97109: 1b0b057
  97107: c8e4540
  97103: ff56426
v: v3
  • Loading branch information
Tom Tucker committed May 19, 2008
1 parent 7d95586 commit e7a7d22
Show file tree
Hide file tree
Showing 2 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: 120693d12cde0cc735d784c951b53381efec918f
refs/heads/master: 05a0826a6e6d95ab6e9c3e4a10b58e10f233cc2b
2 changes: 2 additions & 0 deletions trunk/net/sunrpc/xprtrdma/svc_rdma_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ int svc_rdma_post_recv(struct svcxprt_rdma *xprt)
recv_wr.wr_id = (u64)(unsigned long)ctxt;

ret = ib_post_recv(xprt->sc_qp, &recv_wr, &bad_recv_wr);
if (ret)
svc_rdma_put_context(ctxt, 1);
return ret;
}

Expand Down

0 comments on commit e7a7d22

Please sign in to comment.