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 2/2] AFS: Manage AFS modularity vs FS-Cache modularity
Date: Fri, 22 Sep 2006 12:11:40 +0100 [thread overview]
Message-ID: <20060922111140.16615.46012.stgit@warthog.cambridge.redhat.com> (raw)
In-Reply-To: <20060922111137.16615.7794.stgit@warthog.cambridge.redhat.com>
Manage AFS modularity vs FS-Cache modularity such that AFS doesn't have the
option to use the cache if AFS 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 77cc578..25d2019 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1952,7 +1952,8 @@ # for fs/nls/Config.in
config AFS_FSCACHE
bool "Provide AFS client caching support"
- depends on AFS_FS && FSCACHE && EXPERIMENTAL
+ depends on EXPERIMENTAL
+ depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
help
Say Y here if you want AFS data to be cached locally on through the
generic filesystem cache manager
next prev parent 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 [PATCH 1/2] NFS: Manage NFS modularity vs FS-Cache modularity David Howells
2006-09-22 11:11 ` David Howells [this message]
2006-09-22 12:31 ` [PATCH 2/2] AFS: Manage AFS " 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=20060922111140.16615.46012.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.