From: Trond Myklebust Date: Thu, 1 Mar 2012 22:01:05 +0000 (-0500) Subject: SUNRPC: Move clnt->cl_server into struct rpc_xprt X-Git-Tag: v3.4-rc1~123^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0038b6b246e4145fc4a53dca61a556d17bc52c;p=pandora-kernel.git SUNRPC: Move clnt->cl_server into struct rpc_xprt When the cl_xprt field is updated, the cl_server field will also have to change. Since the contents of cl_server follow the remote endpoint of cl_xprt, just move that field to the rpc_xprt. Signed-off-by: Trond Myklebust [ cel: simplify check_gss_callback_principal(), whitespace changes ] [ cel: forward ported to 3.4 ] Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed