svcrdma: Remove unused READ_DONE context flags bit
The RDMACTXT_F_READ_DONE bit is not longer used. Remove it. Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
This commit is contained in:
Родитель
d16d40093a
Коммит
10a38c33f4
|
@ -85,7 +85,6 @@ struct svc_rdma_op_ctxt {
|
||||||
struct page *pages[RPCSVC_MAXPAGES];
|
struct page *pages[RPCSVC_MAXPAGES];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define RDMACTXT_F_READ_DONE 1
|
|
||||||
#define RDMACTXT_F_LAST_CTXT 2
|
#define RDMACTXT_F_LAST_CTXT 2
|
||||||
|
|
||||||
struct svcxprt_rdma {
|
struct svcxprt_rdma {
|
||||||
|
|
|
@ -325,7 +325,6 @@ next_sge:
|
||||||
}
|
}
|
||||||
ctxt->next = NULL;
|
ctxt->next = NULL;
|
||||||
ctxt->direction = DMA_FROM_DEVICE;
|
ctxt->direction = DMA_FROM_DEVICE;
|
||||||
clear_bit(RDMACTXT_F_READ_DONE, &ctxt->flags);
|
|
||||||
clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags);
|
clear_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags);
|
||||||
|
|
||||||
/* Prepare READ WR */
|
/* Prepare READ WR */
|
||||||
|
|
|
@ -353,7 +353,6 @@ static void sq_cq_reap(struct svcxprt_rdma *xprt)
|
||||||
case IB_WR_RDMA_READ:
|
case IB_WR_RDMA_READ:
|
||||||
if (test_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags)) {
|
if (test_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags)) {
|
||||||
set_bit(XPT_DATA, &xprt->sc_xprt.xpt_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);
|
spin_lock_bh(&xprt->sc_read_complete_lock);
|
||||||
list_add_tail(&ctxt->dto_q,
|
list_add_tail(&ctxt->dto_q,
|
||||||
&xprt->sc_read_complete_q);
|
&xprt->sc_read_complete_q);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче