diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-08-28 15:39:31 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-08-28 16:00:07 -0400 |
commit | ccad7dad86d8c42b0aec7a3ce7f911e033bf3c6a (patch) | |
tree | 4070a08fe12461d07783a2e1af66468876432945 /fs/nfsd/Kconfig | |
parent | 71efecb3f58c8c7a15f6135e3f9b39d1e3d3fae3 (diff) | |
download | linux-ccad7dad86d8c42b0aec7a3ce7f911e033bf3c6a.tar.bz2 |
nfsd4: remove labeled NFS warning from config help
The working group appears committed to keeping the protocol stable, the
code has gotten some use and seems to work OK.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/Kconfig')
-rw-r--r-- | fs/nfsd/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index f994e750e0d1..f3586b645d7d 100644 --- a/fs/nfsd/Kconfig +++ b/fs/nfsd/Kconfig @@ -94,9 +94,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 |