From 861a02992fe383008490fa97035d70d163f88737 Mon Sep 17 00:00:00 2001 From: Sergey Dyasly Date: Fri, 28 Jun 2013 09:51:49 +1000 Subject: [PATCH] memcg: Kconfig info update Now there are only 2 members in struct page_cgroup. Update config MEMCG description accordingly. Signed-off-by: Sergey Dyasly Acked-by: Michal Hocko Acked-by: KOSAKI Motohiro Acked-by: Johannes Weiner Signed-off-by: Andrew Morton --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index cf967b257d7e..ea1be003275a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -902,7 +902,7 @@ config MEMCG Note that setting this option increases fixed memory overhead associated with each page of memory in the system. By this, - 20(40)bytes/PAGE_SIZE on 32(64)bit system will be occupied by memory + 8(16)bytes/PAGE_SIZE on 32(64)bit system will be occupied by memory usage tracking struct at boot. Total amount of this is printed out at boot. -- 2.39.5