Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97115
b: refs/heads/master
c: 10a38c3
h: refs/heads/master
i:
  97113: a567cc7
  97111: e7a7d22
v: v3
  • Loading branch information
Tom Tucker committed May 19, 2008
1 parent a736191 commit edfd98c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 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: d16d40093a95f2b31007d7a7abefc50e6b27e236
refs/heads/master: 10a38c33f46d128d11e299acba744bc325cde420
1 change: 0 additions & 1 deletion trunk/include/linux/sunrpc/svc_rdma.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ struct svc_rdma_op_ctxt {
struct page *pages[RPCSVC_MAXPAGES];
};

#define RDMACTXT_F_READ_DONE 1
#define RDMACTXT_F_LAST_CTXT 2

struct svcxprt_rdma {
Expand Down
1 change: 0 additions & 1 deletion trunk/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ static int rdma_read_xdr(struct svcxprt_rdma *xprt,
}
ctxt->next = NULL;
ctxt->direction = DMA_FROM_DEVICE;
clear_bit(RDMACTXT_F_READ_DONE, &ctxt->flags);
clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags);

/* Prepare READ WR */
Expand Down
1 change: 0 additions & 1 deletion trunk/net/sunrpc/xprtrdma/svc_rdma_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ static void sq_cq_reap(struct svcxprt_rdma *xprt)
case IB_WR_RDMA_READ:
if (test_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags)) {
set_bit(XPT_DATA, &xprt->sc_xprt.xpt_flags);
set_bit(RDMACTXT_F_READ_DONE, &ctxt->flags);
spin_lock_bh(&xprt->sc_read_complete_lock);
list_add_tail(&ctxt->dto_q,
&xprt->sc_read_complete_q);
Expand Down

0 comments on commit edfd98c

Please sign in to comment.