git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4410924
)
NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 8 Apr 2008 00:49:28 +0000
(20:49 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sat, 19 Apr 2008 20:54:53 +0000
(16:54 -0400)
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>
No differences found