SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 7 Jun 2007 14:14:14 +0000 (10:14 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:31 +0000 (23:40 -0400)
commit4a8c1344dccb848dbcf0edabc8b5c51a8ecf2808
treeecfa69d4bc36aefe86c2528240ef69da723f5bf4
parentc1384c9c4c184543375b52a0997d06cd98145164
SUNRPC: Add a backpointer from the struct rpc_cred to the rpc_auth

Cleans up an issue whereby rpcsec_gss uses the rpc_clnt->cl_auth. If we want
to be able to add several rpc_auths to a single rpc_clnt, then this abuse
must go.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/auth.h
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_null.c
net/sunrpc/auth_unix.c