Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97112
b: refs/heads/master
c: 5ac461a
h: refs/heads/master
v: v3
  • Loading branch information
Tom Tucker committed May 19, 2008
1 parent e7a7d22 commit 5438f73
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 05a0826a6e6d95ab6e9c3e4a10b58e10f233cc2b
refs/heads/master: 5ac461a6f05499fa233ea43b1de80b679d1eec21
3 changes: 2 additions & 1 deletion trunk/net/sunrpc/xprtrdma/svc_rdma_sendto.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ static int send_reply(struct svcxprt_rdma *rdma,
"svcrdma: could not post a receive buffer, err=%d."
"Closing transport %p.\n", ret, rdma);
set_bit(XPT_CLOSE, &rdma->sc_xprt.xpt_flags);
return 0;
svc_rdma_put_context(ctxt, 0);
return -ENOTCONN;
}

/* Prepare the context */
Expand Down

0 comments on commit 5438f73

Please sign in to comment.