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>
This commit is contained in:

committed by
Anna Schumaker

parent
550d7502cf
commit
55fdfce101
@@ -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;
|
||||
|
Reference in New Issue
Block a user