diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-07-05 18:11:33 +0530 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-08-02 12:40:33 +0000 |
commit | 3feb41cff8264e32a4d23ed829c3ed5369035f51 (patch) | |
tree | 1fbec9e23936da37ab62a6e7ec1e5f081db29c78 /fs/cifs | |
parent | c6332e237fb2ee54bc9c614291a006e4801e0f66 (diff) | |
download | linux-3.10-3feb41cff8264e32a4d23ed829c3ed5369035f51.tar.gz linux-3.10-3feb41cff8264e32a4d23ed829c3ed5369035f51.tar.bz2 linux-3.10-3feb41cff8264e32a4d23ed829c3ed5369035f51.zip |
cifs: add kernel config option for CIFS Client caching support
Add a kernel config option to enable local caching for CIFS.
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 80f35259680..5739fd7f88b 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig @@ -131,6 +131,15 @@ config CIFS_DFS_UPCALL IP addresses) which is needed for implicit mounts of DFS junction points. If unsure, say N. +config CIFS_FSCACHE + bool "Provide CIFS client caching support (EXPERIMENTAL)" + depends on EXPERIMENTAL + 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_EXPERIMENTAL bool "CIFS Experimental Features (EXPERIMENTAL)" depends on CIFS && EXPERIMENTAL |