Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97123
b: refs/heads/master
c: 97a3df3
h: refs/heads/master
i:
  97121: 0f1f910
  97119: 42f37d4
v: v3
  • Loading branch information
Tom Tucker committed May 19, 2008
1 parent b56e3ba commit bf79ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 356d0a1519867422c3f17f79e2183f8c2d44f8ee
refs/heads/master: 97a3df382e01c49555ea844bd7c4e5a08f245b9d
8 changes: 4 additions & 4 deletions trunk/net/sunrpc/xprtrdma/svc_rdma_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ void svc_rdma_put_context(struct svc_rdma_op_ctxt *ctxt, int free_pages)
put_page(ctxt->pages[i]);

for (i = 0; i < ctxt->count; i++)
dma_unmap_single(xprt->sc_cm_id->device->dma_device,
ctxt->sge[i].addr,
ctxt->sge[i].length,
ctxt->direction);
ib_dma_unmap_single(xprt->sc_cm_id->device,
ctxt->sge[i].addr,
ctxt->sge[i].length,
ctxt->direction);

spin_lock_bh(&xprt->sc_ctxt_lock);
list_add(&ctxt->free_list, &xprt->sc_ctxt_free);
Expand Down

0 comments on commit bf79ba1

Please sign in to comment.