Prev: smack: opt_dentry is never null in in smack_d_instantiate()
Next: linux-next: build failure after merge of the rr tree
From: KAMEZAWA Hiroyuki on 1 Jun 2010 21:10 From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> 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 <balbir(a)linux.vnet.ibm.com> Acked-by: Daisuke Nishimura <nishimura(a)mxp.nes.nec.co.jp> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> --- init/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: mmotm-2.6.34-May21/init/Kconfig =================================================================== --- mmotm-2.6.34-May21.orig/init/Kconfig +++ mmotm-2.6.34-May21/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, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |