diff options
author | Manish Katiyar <mkatiyar@gmail.com> | 2009-01-29 20:53:57 +0530 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-03-18 17:30:48 -0400 |
commit | 686665619e4424b4f80c3a49e3e1229f27ea565c (patch) | |
tree | dc9d42d0dd883f5ef193dfaa84b6e1b411d47da9 /fs/nfsd/Kconfig | |
parent | 12214cb78147d42da28bc0d1b2917584e0a8efcd (diff) | |
download | linux-686665619e4424b4f80c3a49e3e1229f27ea565c.tar.bz2 |
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/nfsd/Kconfig')
-rw-r--r-- | fs/nfsd/Kconfig | 1 |
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 |