RPCSEC_GSS: Clean up upcall message allocation
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Aug 2013 18:02:24 +0000 (14:02 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 30 Aug 2013 13:19:36 +0000 (09:19 -0400)
Optimise away gss_encode_msg: we don't need to look up the pipe
version a second time.

Save the gss target name in struct gss_auth. It is a property of the
auth cache itself, and doesn't really belong in the rpc_client.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found