Attempt to group fields accessed during completion handling into one cacheline. Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- include/linux/sunrpc/svc_rdma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 30c3ae9..6994039 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -77,7 +77,6 @@ enum { */ struct svc_rdma_op_ctxt { struct list_head list; - struct xdr_buf arg; struct ib_cqe cqe; u32 byte_len; u32 position; @@ -86,6 +85,7 @@ struct svc_rdma_op_ctxt { int count; unsigned int mapped_sges; int hdr_count; + struct xdr_buf arg; struct ib_send_wr send_wr; struct ib_sge sge[1 + RPCRDMA_MAX_REQ_SIZE / PAGE_SIZE]; struct page *pages[RPCSVC_MAXPAGES]; -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html