Hi- This series continues the work of making FRWR the only supported memory registration mode. These are clean-up patches that remove struct rpcrdma_frwr, hoisting all of its fields into struct rpcrdma_mr. No behavior change is expected. --- Chuck Lever (5): xprtrdma: Move fr_cid to struct rpcrdma_mr xprtrdma: Move cqe to struct rpcrdma_mr xprtrdma: Move fr_linv_done field to struct rpcrdma_mr xprtrdma: Move the Work Request union to struct rpcrdma_mr xprtrdma: Move fr_mr field to struct rpcrdma_mr include/trace/events/rpcrdma.h | 12 +++--- net/sunrpc/xprtrdma/frwr_ops.c | 76 +++++++++++++-------------------- net/sunrpc/xprtrdma/xprt_rdma.h | 19 ++++----- 3 files changed, 44 insertions(+), 63 deletions(-) -- Chuck Lever