Commit 2a73ca82 authored by Steve French's avatar Steve French

[CIFS] Update cifs Kconfig title to match removal of experimental dependency

Removed the dependency on CONFIG_EXPERIMENTAL but forgot to update
the text description to be consistent.
Signed-off-by: default avatarSteve French <smfrench@gmail.com>
parent 000f9bb8
...@@ -139,7 +139,7 @@ config CIFS_DFS_UPCALL ...@@ -139,7 +139,7 @@ config CIFS_DFS_UPCALL
points. If unsure, say N. points. If unsure, say N.
config CIFS_FSCACHE config CIFS_FSCACHE
bool "Provide CIFS client caching support (EXPERIMENTAL)" bool "Provide CIFS client caching support"
depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y
help help
Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
...@@ -147,7 +147,7 @@ config CIFS_FSCACHE ...@@ -147,7 +147,7 @@ config CIFS_FSCACHE
manager. If unsure, say N. manager. If unsure, say N.
config CIFS_ACL config CIFS_ACL
bool "Provide CIFS ACL support (EXPERIMENTAL)" bool "Provide CIFS ACL support"
depends on CIFS_XATTR && KEYS depends on CIFS_XATTR && KEYS
help help
Allows to fetch CIFS/NTFS ACL from the server. The DACL blob Allows to fetch CIFS/NTFS ACL from the server. The DACL blob
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment