From: David Howells <dhowells@redhat.com>
To: akpm@osdl.org, evil@g-house.de
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
dhowells@redhat.com
Subject: [PATCH 1/2] NFS: Manage NFS modularity vs FS-Cache modularity
Date: Fri, 22 Sep 2006 12:11:37 +0100 [thread overview]
Message-ID: <20060922111137.16615.7794.stgit@warthog.cambridge.redhat.com> (raw)
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
next reply other threads:[~2006-09-22 11:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-22 11:11 David Howells [this message]
2006-09-22 11:11 ` [PATCH 2/2] AFS: Manage AFS modularity vs FS-Cache modularity David Howells
2006-09-22 12:31 ` Jörn Engel
2006-09-22 14:17 ` David Howells
2006-09-22 14:17 ` David Howells
2006-09-22 14:25 ` Jörn Engel
2006-09-22 14:25 ` Jörn Engel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060922111137.16615.7794.stgit@warthog.cambridge.redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@osdl.org \
--cc=evil@g-house.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.