Browse Source

memcg: Kconfig info update

Now there are only 2 members in struct page_cgroup.  Update config MEMCG
description accordingly.

Signed-off-by: Sergey Dyasly <dserrg@gmail.com>
Acked-by: Michal Hocko <mhocko@suse.cz>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Sergey Dyasly 12 years ago
parent
commit
f60e2a968e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      init/Kconfig

+ 1 - 1
init/Kconfig

@@ -899,7 +899,7 @@ config MEMCG
 
 
 	  Note that setting this option increases fixed memory overhead
 	  Note that setting this option increases fixed memory overhead
 	  associated with each page of memory in the system. By this,
 	  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
 	  usage tracking struct at boot. Total amount of this is printed out
 	  at boot.
 	  at boot.