nfsd: fix dependency of nfsd on auth_rpcgss
commitf82d6a7238ab01903c290c56eae900d4b468c181
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 31 May 2011 16:24:58 +0000 (31 12:24 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 9 Jul 2011 06:15:19 +0000 (8 23:15 -0700)
treeef044486842cad610f4e5c70552511061b76110f
parent6ab4d111a375a58eb0898651ddbdad7a34bff6c7
nfsd: fix dependency of nfsd on auth_rpcgss

commit b084f598df36b62dfae83c10ed17f0b66b50f442 upstream.

Commit b0b0c0a26e84 "nfsd: add proc file listing kernel's gss_krb5
enctypes" added an nunnecessary dependency of nfsd on the auth_rpcgss
module.

It's a little ad hoc, but since the only piece of information nfsd needs
from rpcsec_gss_krb5 is a single static string, one solution is just to
share it with an include file.

Reported-by: Michael Guntsche <mike@it-loops.com>
Cc: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfsd/nfsctl.c
include/linux/sunrpc/gss_krb5_enctypes.h [new file with mode: 0644]
net/sunrpc/auth_gss/gss_krb5_mech.c