nfsd: fix dependency of nfsd on auth_rpcgss
Commit b0b0c0a26e
"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.
Cc: stable@kernel.org
Reported-by: Michael Guntsche <mike@it-loops.com>
Cc: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
4
include/linux/sunrpc/gss_krb5_enctypes.h
Normal file
4
include/linux/sunrpc/gss_krb5_enctypes.h
Normal file
@ -0,0 +1,4 @@
|
||||
/*
|
||||
* Dumb way to share this static piece of information with nfsd
|
||||
*/
|
||||
#define KRB5_SUPPORTED_ENCTYPES "18,17,16,23,3,1,2"
|
Reference in New Issue
Block a user