From: Trond Myklebust Date: Tue, 8 Apr 2008 00:49:28 +0000 (-0400) Subject: NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() X-Git-Tag: v2.6.26-rc1~1082^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ea323be6380a9313e87fe241809e912e8ae401;p=pandora-kernel.git 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 --- Reading git-diff-tree failed