From: Chuck Lever Date: Wed, 21 Jan 2015 16:02:54 +0000 (-0500) Subject: xprtrdma: Remove rl_mr field, and the mr_chunk union X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~120^2~28^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb358106660195948f4e95822039c5799fc41f8;p=pandora-kernel.git 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 Reviewed-by: Steve Wise Signed-off-by: Anna Schumaker --- Reading git-diff-tree failed