Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be1f4084 authored by Randy Dunlap's avatar Randy Dunlap Committed by J. Bruce Fields
Browse files

nfsd: v4 support requires CRYPTO



nfsd V4 support uses crypto interfaces, so select CRYPTO
to fix build errors in 2.6.39:

ERROR: "crypto_destroy_tfm" [fs/nfsd/nfsd.ko] undefined!
ERROR: "crypto_alloc_base" [fs/nfsd/nfsd.ko] undefined!

Reported-by: default avatarWakko Warner <wakko@animx.eu.org>
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: stable@kernel.org
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b084f598
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ config NFSD_V4
	select NFSD_V3
	select FS_POSIX_ACL
	select SUNRPC_GSS
	select CRYPTO
	help
	  This option enables support in your system's NFS server for
	  version 4 of the NFS protocol (RFC 3530).