commit | 78ea323be6380a9313e87fe241809e912e8ae401 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Apr 07 20:49:28 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 19 16:54:53 2008 -0400 |
tree | 6ea9a772ab677012c52a08c6b32e366d7bf129d4 | |
parent | 441092415770ddec648800701895913c4bfd60c1 [diff] |
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() With the recent change to generic creds, we can no longer use cred->cr_ops->cr_name to distinguish between RPCSEC_GSS principals and AUTH_SYS/AUTH_NULL identities. Replace it with the rpc_authops->au_name instead... Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>