summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/xprt_rdma.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2016-05-02 14:41:56 -0400
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2016-05-17 15:48:01 -0400
commit55fdfce101a0afe7bb9da17b4edbee049ae1c18d (patch)
treeca9b8decc87c6be8de54e301485d3e2e13fca2ef /net/sunrpc/xprtrdma/xprt_rdma.h
parent550d7502cf66ccc38bfa4c99f6526e402f918d98 (diff)
downloadop-kernel-dev-55fdfce101a0afe7bb9da17b4edbee049ae1c18d.zip
op-kernel-dev-55fdfce101a0afe7bb9da17b4edbee049ae1c18d.tar.gz
xprtrdma: Rename rpcrdma_frwr::sg and sg_nents
Clean up: Follow same naming convention as other fields in struct rpcrdma_frwr. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Tested-by: Steve Wise <swise@opengridcomputing.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/sunrpc/xprtrdma/xprt_rdma.h')
-rw-r--r--net/sunrpc/xprtrdma/xprt_rdma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/xprtrdma/xprt_rdma.h b/net/sunrpc/xprtrdma/xprt_rdma.h
index 61999b6..612e3de 100644
--- a/net/sunrpc/xprtrdma/xprt_rdma.h
+++ b/net/sunrpc/xprtrdma/xprt_rdma.h
@@ -222,8 +222,8 @@ enum rpcrdma_frmr_state {
};
struct rpcrdma_frmr {
- struct scatterlist *sg;
- int sg_nents;
+ struct scatterlist *fr_sg;
+ int fr_nents;
struct ib_mr *fr_mr;
struct ib_cqe fr_cqe;
enum rpcrdma_frmr_state fr_state;
OpenPOWER on IntegriCloud