]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Replace clnt->cl_principal
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Aug 2013 23:23:04 +0000 (19:23 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 30 Aug 2013 13:19:36 +0000 (09:19 -0400)
commitceaa564fac163a2d3c848a788ca694104c82dd2d
tree61b8f6f287993f604c3a7843aa2322c36f375af9
parent69604641300dbf2e1d1401ff62b122d5dff653d2
SUNRPC: Replace clnt->cl_principal

The clnt->cl_principal is being used exclusively to store the service
target name for RPCSEC_GSS/krb5 callbacks. Replace it with something that
is stored only in the RPCSEC_GSS-specific code.

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