summary refs log tree commit diff
path: root/fs
diff options
context:
space:
mode:
authorManish Katiyar <mkatiyar@gmail.com>2009-01-29 20:53:57 +0530
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-03-18 17:30:48 -0400
commit686665619e4424b4f80c3a49e3e1229f27ea565c (patch)
treedc9d42d0dd883f5ef193dfaa84b6e1b411d47da9 /fs
parent12214cb78147d42da28bc0d1b2917584e0a8efcd (diff)
downloadlinux-686665619e4424b4f80c3a49e3e1229f27ea565c.tar.gz
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfsd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index 44d7d04dab95..503b9da159a3 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -1,6 +1,7 @@
 config NFSD
 	tristate "NFS server support"
 	depends on INET
+	depends on FILE_LOCKING
 	select LOCKD
 	select SUNRPC
 	select EXPORTFS