diff options
author | Shirish Pargaonkar <shirishpargaonkar@gmail.com> | 2011-02-25 11:48:55 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-05-19 10:10:49 -0400 |
commit | 257208736acc694def83627fa0de2892490a5d42 (patch) | |
tree | fefef8ec91edec3d38082977d079663e21032706 /fs/cifs/Kconfig | |
parent | b34cb85cc2d84c487afe2baa2d3c04d8b677bbd0 (diff) |
cifs: cleanup: Rename and remove config flags
Remove config flag CIFS_EXPERIMENTAL.
Do export operations under new config flag CIFS_NFSD_EXPORT
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r-- | fs/cifs/Kconfig | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 2a492aad40d1..7c584be27fdf 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -172,16 +172,8 @@ config CIFS_SMB2 | |||
172 | 172 | ||
173 | Unless you are a developer or tester, say N. | 173 | Unless you are a developer or tester, say N. |
174 | 174 | ||
175 | config CIFS_EXPERIMENTAL | 175 | config CIFS_NFSD_EXPORT |
176 | bool "CIFS Experimental Features (EXPERIMENTAL)" | 176 | bool "Allow nfsd to export CIFS file system (EXPERIMENTAL)" |
177 | depends on CIFS && EXPERIMENTAL | 177 | depends on CIFS && EXPERIMENTAL |
178 | help | 178 | help |
179 | Enables cifs features under testing. These features are | 179 | Allows NFS server to export a CIFS mounted share (nfsd over cifs) |
180 | experimental and currently include DFS support and directory | ||
181 | change notification ie fcntl(F_DNOTIFY), as well as the upcall | ||
182 | mechanism which will be used for Kerberos session negotiation | ||
183 | and uid remapping. Some of these features also may depend on | ||
184 | setting a value of 1 to the pseudo-file /proc/fs/cifs/Experimental | ||
185 | (which is disabled by default). See the file fs/cifs/README | ||
186 | for more details. If unsure, say N. | ||
187 | |||