diff options
author | Sergey Dyasly <dserrg@gmail.com> | 2013-07-03 18:03:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 19:07:34 -0400 |
commit | f60e2a968e2bebe34986f49251017f72b725d8c0 (patch) | |
tree | 86f41f640c23f02c6c0448007876e4710ab0106d /init | |
parent | cdd91a77043ba81585236ef61f65c18222b212e6 (diff) |
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 118895cc1f67..ef10d83bc379 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -899,7 +899,7 @@ config MEMCG | |||
899 | 899 | ||
900 | Note that setting this option increases fixed memory overhead | 900 | Note that setting this option increases fixed memory overhead |
901 | associated with each page of memory in the system. By this, | 901 | associated with each page of memory in the system. By this, |
902 | 20(40)bytes/PAGE_SIZE on 32(64)bit system will be occupied by memory | 902 | 8(16)bytes/PAGE_SIZE on 32(64)bit system will be occupied by memory |
903 | usage tracking struct at boot. Total amount of this is printed out | 903 | usage tracking struct at boot. Total amount of this is printed out |
904 | at boot. | 904 | at boot. |
905 | 905 | ||