From: KAMEZAWA Hiroyuki Date: Wed, 11 Aug 2010 01:02:56 +0000 (-0700) Subject: memcg: remove experimental from swap account config X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=65e0e811667dedd4f19b268df9d856ecacb629de;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git memcg: remove experimental from swap account config It's 11 months since we changed swap_map[] to indicates SWAP_HAS_CACHE. Since that, memcg's swap accounting has been very stable and it seems it can be maintained. So, I'd like to remove EXPERIMENTAL from the config. Acked-by: Balbir Singh Acked-by: Daisuke Nishimura Signed-off-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index 24932b9c03e8..2de5b1cbadd9 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -577,8 +577,8 @@ config CGROUP_MEM_RES_CTLR could in turn add some fork/exit overhead. config CGROUP_MEM_RES_CTLR_SWAP - bool "Memory Resource Controller Swap Extension(EXPERIMENTAL)" - depends on CGROUP_MEM_RES_CTLR && SWAP && EXPERIMENTAL + bool "Memory Resource Controller Swap Extension" + depends on CGROUP_MEM_RES_CTLR && SWAP help Add swap management feature to memory resource controller. When you enable this, you can limit mem+swap usage per cgroup. In other words,