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:
@@ -325,7 +325,6 @@ next_sge:
|
||||
}
|
||||
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 */
|
||||
|
Reference in New Issue
Block a user