xprtrdma: Remove rl_mr field, and the mr_chunk union
authorChuck Lever <chuck.lever@oracle.com>
Wed, 21 Jan 2015 16:02:54 +0000 (11:02 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 30 Jan 2015 15:47:48 +0000 (10:47 -0500)
commit3eb358106660195948f4e95822039c5799fc41f8
treec7a52b3fe52084019ad2e61a4f44cc90967b0ab3
parent5d410ba061c1e4bc0068ce91f2cf349998cde46c
xprtrdma: Remove rl_mr field, and the mr_chunk union

Clean up: Since commit 0ac531c18323 ("xprtrdma: Remove REGISTER
memory registration mode"), the rl_mr pointer is no longer used
anywhere.

After removal, there's only a single member of the mr_chunk union,
so mr_chunk can be removed as well, in favor of a single pointer
field.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xprtrdma/verbs.c
net/sunrpc/xprtrdma/xprt_rdma.h