summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorManish Katiyar <mkatiyar@gmail.com>2009-01-29 20:53:57 +0530
committerJ. Bruce Fields <bfields@pig.fieldses.org>2009-01-29 16:53:41 -0500
commitb49deb4c8d327b755f2a18239af6d341abfcc612 (patch)
tree3f4d0f05fddc1835d2467ca126fd356779fcbfb7 /fs
parentdd8fa444a43ea3667fc76ba489c583fbe5082d35 (diff)
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@pig.fieldses.org>
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