From: J. Bruce Fields Date: Tue, 31 May 2011 16:24:58 +0000 (-0400) Subject: nfsd: fix dependency of nfsd on auth_rpcgss X-Git-Tag: v3.0-rc4~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b084f598df36b62dfae83c10ed17f0b66b50f442;p=pandora-kernel.git nfsd: fix dependency of nfsd on auth_rpcgss 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. Cc: stable@kernel.org Reported-by: Michael Guntsche Cc: Kevin Coffman Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed