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 | |
parent | 71efecb3f58c8c7a15f6135e3f9b39d1e3d3fae3 (diff) |
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')
-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 | |||
94 | If you do not wish to enable fine-grained security labels SELinux or | 94 | If you do not wish to enable fine-grained security labels SELinux or |
95 | Smack policies on NFSv4 files, say N. | 95 | Smack policies on NFSv4 files, say N. |
96 | 96 | ||
97 | WARNING: there is still a chance of backwards-incompatible protocol changes. | ||
98 | For now we recommend "Y" only for developers and testers. | ||
99 | |||
100 | config NFSD_FAULT_INJECTION | 97 | config NFSD_FAULT_INJECTION |
101 | bool "NFS server manual fault injection" | 98 | bool "NFS server manual fault injection" |
102 | depends on NFSD_V4 && DEBUG_KERNEL | 99 | depends on NFSD_V4 && DEBUG_KERNEL |