From: Tom Tucker Date: Mon, 31 Dec 2007 03:07:19 +0000 (-0600) Subject: svc: Change the svc_sock in the rqstp structure to a transport X-Git-Tag: v2.6.25-rc1~1072^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f29868b491beee706931e0cf875a60cb4688754;p=pandora-kernel.git svc: Change the svc_sock in the rqstp structure to a transport The rqstp structure contains a pointer to the transport for the RPC request. This functionaly trivial patch adds an unamed union with pointers to both svc_sock and svc_xprt. Ultimately the union will be removed and only the rq_xprt field will remain. This allows incrementally extracting transport independent interfaces without one gigundo patch. Signed-off-by: Tom Tucker Acked-by: Neil Brown Reviewed-by: Chuck Lever Reviewed-by: Greg Banks Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed