mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
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: Manish Katiyar <mkatiyar@gmail.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
parent
12214cb781
commit
686665619e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
config NFSD
|
||||
tristate "NFS server support"
|
||||
depends on INET
|
||||
depends on FILE_LOCKING
|
||||
select LOCKD
|
||||
select SUNRPC
|
||||
select EXPORTFS
|
||||
|
|
Loading…
Reference in a new issue