commit | bd4a3eb15bb42296e61d0fd16f2c7f8cc171b681 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Aug 23 14:02:24 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Aug 30 09:19:36 2013 -0400 |
tree | 9cfc756e5d3de8524757c188ae3df526e5942fba | |
parent | 41b6b4d0b88f80d04729a5286e838e972733db1e [diff] |
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>