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

Commit 68666561 authored by Manish Katiyar's avatar Manish Katiyar Committed by J. Bruce Fields
Browse files

nfsd : Define NFSD only when FILE_LOCKING is enabled



Enable NFSD only when FILE_LOCKING is enabled, since we don't want to
support NFSD without FILE_LOCKING.

Signed-off-by: default avatarManish Katiyar <mkatiyar@gmail.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 12214cb7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config NFSD
	tristate "NFS server support"
	depends on INET
	depends on FILE_LOCKING
	select LOCKD
	select SUNRPC
	select EXPORTFS