xprtrdma: Rename fields in rpcrdma_fmr

Clean up: Use the same naming convention used in other
RPC/RDMA-related data structures.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Tested-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
Chuck Lever
2016-06-29 13:52:37 -04:00
committed by Anna Schumaker
parent d48b1d2950
commit 88975ebed5
2 changed files with 19 additions and 19 deletions

View File

@@ -232,8 +232,8 @@ struct rpcrdma_frmr {
};
struct rpcrdma_fmr {
struct ib_fmr *fmr;
u64 *physaddrs;
struct ib_fmr *fm_mr;
u64 *fm_physaddrs;
};
struct rpcrdma_mw {