public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] NFS: Manage NFS modularity vs FS-Cache modularity
@ 2006-09-22 11:11 David Howells
  2006-09-22 11:11 ` [PATCH 2/2] AFS: Manage AFS " David Howells
  0 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2006-09-22 11:11 UTC (permalink / raw)
  To: akpm, evil; +Cc: linux-fsdevel, linux-kernel, dhowells

Manage NFS modularity vs FS-Cache modularity such that NFS doesn't have the
option to use the cache if NFS is built in and FS-Cache is a module.

Signed-Off-By: David Howells <dhowells@redhat.com>
---

 fs/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
index afec7e1..77cc578 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1507,7 +1507,8 @@ config NFS_V4
 
 config NFS_FSCACHE
 	bool "Provide NFS client caching support (EXPERIMENTAL)"
-	depends on NFS_FS && FSCACHE && EXPERIMENTAL
+	depends on EXPERIMENTAL
+	depends on NFS_FS=m && FSCACHE || NFS_FS=y && FSCACHE=y
 	help
 	  Say Y here if you want NFS data to be cached locally on disc through
 	  the general filesystem cache manager

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-09-22 14:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-22 11:11 [PATCH 1/2] NFS: Manage NFS modularity vs FS-Cache modularity David Howells
2006-09-22 11:11 ` [PATCH 2/2] AFS: Manage AFS " David Howells
2006-09-22 12:31   ` Jörn Engel
2006-09-22 14:17     ` David Howells
2006-09-22 14:25       ` Jörn Engel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox