Skip to content

Commit

Permalink
[CIFS] Update cifs Kconfig title to match removal of experimental dep…
Browse files Browse the repository at this point in the history
…endency

Removed the dependency on CONFIG_EXPERIMENTAL but forgot to update
the text description to be consistent.

Signed-off-by: Steve French <smfrench@gmail.com>
  • Loading branch information
smfrench committed Jan 31, 2012
1 parent 000f9bb commit 2a73ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/cifs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ config CIFS_DFS_UPCALL
points. If unsure, say N.

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
help
Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
to be cached locally on disk through the general filesystem cache
manager. If unsure, say N.

config CIFS_ACL
bool "Provide CIFS ACL support (EXPERIMENTAL)"
bool "Provide CIFS ACL support"
depends on CIFS_XATTR && KEYS
help
Allows to fetch CIFS/NTFS ACL from the server. The DACL blob
Expand Down

0 comments on commit 2a73ca8

Please sign in to comment.