Skip to content

Commit

Permalink
nfsd : Define NFSD only when FILE_LOCKING is enabled
Browse files Browse the repository at this point in the history
Enable NFSD only when FILE_LOCKING is enabled, since we don't want to
support NFSD without FILE_LOCKING.

Signed-off-by: Manish Katiyar <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
  • Loading branch information
mkatiyar authored and J. Bruce Fields committed Mar 18, 2009
1 parent 12214cb commit 6866656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfsd/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config NFSD
tristate "NFS server support"
depends on INET
depends on FILE_LOCKING
select LOCKD
select SUNRPC
select EXPORTFS
Expand Down

0 comments on commit 6866656

Please sign in to comment.