From b056025f88350c2942fa57ad46cb1afac0e833b2 Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Mon, 5 Jul 2010 18:11:33 +0530 Subject: [PATCH] --- yaml --- r: 201703 b: refs/heads/master c: 3feb41cff8264e32a4d23ed829c3ed5369035f51 h: refs/heads/master i: 201701: d1424f783a9b30cc3d8633127a248a59b7b7b9c2 201699: 38fd124d22437bb0b94c8af5db4b252b6492bf3c 201695: 96c4f83d10ccd09f20d265a39a465b80d4893932 v: v3 --- [refs] | 2 +- trunk/fs/cifs/Kconfig | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 234a8b6c6d19..cbafaf888c39 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c6332e237fb2ee54bc9c614291a006e4801e0f66 +refs/heads/master: 3feb41cff8264e32a4d23ed829c3ed5369035f51 diff --git a/trunk/fs/cifs/Kconfig b/trunk/fs/cifs/Kconfig index 80f352596807..5739fd7f88b4 100644 --- a/trunk/fs/cifs/Kconfig +++ b/trunk/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