Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234112
b: refs/heads/master
c: a5e5026
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Trond Myklebust committed Mar 10, 2011
1 parent eb2d3ab commit de5ac6c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d2224e7afbf2a6556f4f8f25bc0e96d99ec4d2bd
refs/heads/master: a5e502681007779d4762fb3ef7e80a3ecd1cfe6b
1 change: 1 addition & 0 deletions trunk/net/sunrpc/xprtrdma/svc_rdma_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1335,6 +1335,7 @@ void svc_rdma_send_error(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rmsgp,
p, 0, length, DMA_FROM_DEVICE);
if (ib_dma_mapping_error(xprt->sc_cm_id->device, ctxt->sge[0].addr)) {
put_page(p);
svc_rdma_put_context(ctxt, 1);
return;
}
atomic_inc(&xprt->sc_dma_used);
Expand Down

0 comments on commit de5ac6c

Please sign in to comment.