lockd: move lockd's grace period handling into its own module
[linux-2.6-block.git] / fs / nfsd / Kconfig
index f994e750e0d1db9ebe53e7f51883bfa5c039afc4..73395156bdb4c45666186fedd08f0e7bf9c5279e 100644 (file)
@@ -71,6 +71,7 @@ config NFSD_V4
        select FS_POSIX_ACL
        select SUNRPC_GSS
        select CRYPTO
+       select GRACE_PERIOD
        help
          This option enables support in your system's NFS server for
          version 4 of the NFS protocol (RFC 3530).
@@ -94,9 +95,6 @@ config NFSD_V4_SECURITY_LABEL
        If you do not wish to enable fine-grained security labels SELinux or
        Smack policies on NFSv4 files, say N.
 
-       WARNING: there is still a chance of backwards-incompatible protocol changes.
-       For now we recommend "Y" only for developers and testers.
-
 config NFSD_FAULT_INJECTION
        bool "NFS server manual fault injection"
        depends on NFSD_V4 && DEBUG_KERNEL