aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2010-06-15 15:09:00 -0600
committerLeann Ogasawara <leann.ogasawara@canonical.com>2010-07-23 11:40:54 +0200
commita4747788408a289225d8f84f5b9b8e847b503d8a (patch)
tree996a2b253405cd9815fdcd8c69a2088dd2d7b6bf
parent1c75140d90e6395b8d3810f33c4b9e9d4f31362d (diff)
UBUNTU: [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
BugLink: http://bugs.launchpad.net/bugs/440522 Collect some statistics about file system caching. Use of the fscache module is elective, so you don't take the minor performance hit unless you install the fscache module. Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
-rw-r--r--debian.master/config/config.common.ports4
-rw-r--r--debian.master/config/config.common.ubuntu4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
index 0b9ded97969..f0ab6b76710 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -1063,9 +1063,9 @@ CONFIG_FREEZER=y
# CONFIG_FSAM7400 is not set
CONFIG_FSCACHE=m
# CONFIG_FSCACHE_DEBUG is not set
-# CONFIG_FSCACHE_HISTOGRAM is not set
+CONFIG_FSCACHE_HISTOGRAM=y
# CONFIG_FSCACHE_OBJECT_LIST is not set
-# CONFIG_FSCACHE_STATS is not set
+CONFIG_FSCACHE_STATS=y
# CONFIG_FSL_ULI1575 is not set
CONFIG_FSNOTIFY=y
CONFIG_FS_MBCACHE=y
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index e9333f029ef..364eda8a356 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -1433,9 +1433,9 @@ CONFIG_FRAME_WARN=1024
CONFIG_FREEZER=y
CONFIG_FSCACHE=m
# CONFIG_FSCACHE_DEBUG is not set
-# CONFIG_FSCACHE_HISTOGRAM is not set
+CONFIG_FSCACHE_HISTOGRAM=y
# CONFIG_FSCACHE_OBJECT_LIST is not set
-# CONFIG_FSCACHE_STATS is not set
+CONFIG_FSCACHE_STATS=y
CONFIG_FSNOTIFY=y
CONFIG_FS_MBCACHE=y
CONFIG_FS_POSIX_ACL=y