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)
commitbd4a3eb15bb42296e61d0fd16f2c7f8cc171b681
tree9cfc756e5d3de8524757c188ae3df526e5942fba
parent41b6b4d0b88f80d04729a5286e838e972733db1e
RPCSEC_GSS: Clean up upcall message allocation

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>
net/sunrpc/auth_gss/auth_gss.c