aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Attems <maks@debian.org>2010-01-26 16:10:32 +0000
committerMaximilian Attems <maks@debian.org>2010-01-26 16:10:32 +0000
commita3197ccc8c45d70a885e33ead5e8857f48377542 (patch)
treee003075ccdfa6fd515757ea2b9584c2da3f67d4c
parent38678952e034a564d312d83f5c60d134e56f5b99 (diff)
downloadkernel_replicant_linux-a3197ccc8c45d70a885e33ead5e8857f48377542.tar.gz
kernel_replicant_linux-a3197ccc8c45d70a885e33ead5e8857f48377542.tar.bz2
kernel_replicant_linux-a3197ccc8c45d70a885e33ead5e8857f48377542.zip
topconfig set 9P_FSCACHE
we enable fscache everywhere, so do it here too. svn path=/dists/trunk/linux-2.6/; revision=15004
-rw-r--r--debian/changelog2
-rw-r--r--debian/config/config1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7fb8430cfbd6..cf1dfac7f306 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,7 +63,7 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
documented dependency with GART IOMMU support. (closes: #561552)
[ maximilian attems ]
- * [topconfig] set MEMORY_FAILURE.
+ * [topconfig] set MEMORY_FAILURE, 9P_FSCACHE.
-- Ben Hutchings <ben@decadent.org.uk> Sun, 10 Jan 2010 17:38:50 +0000
diff --git a/debian/config/config b/debian/config/config
index 9834fb41df0f..e536a9684d89 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -2621,6 +2621,7 @@ CONFIG_NETWORK_FILESYSTEMS=y
## file: fs/9p/Kconfig
##
CONFIG_9P_FS=m
+CONFIG_9P_FSCACHE=y
##
## file: fs/adfs/Kconfig