memcg: rename config variables
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 31 Jul 2012 23:43:02 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Aug 2012 01:42:43 +0000 (18:42 -0700)
commitc255a458055e459f65eb7b7f51dc5dbdd0caf1d8
treeb143b1914eeb6f27f53e30f9f0275d0f1ca5480b
parent80934513b230bfcf70265f2ef0fdae89fb391633
memcg: rename config variables

Sanity:

CONFIG_CGROUP_MEM_RES_CTLR -> CONFIG_MEMCG
CONFIG_CGROUP_MEM_RES_CTLR_SWAP -> CONFIG_MEMCG_SWAP
CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED -> CONFIG_MEMCG_SWAP_ENABLED
CONFIG_CGROUP_MEM_RES_CTLR_KMEM -> CONFIG_MEMCG_KMEM

[mhocko@suse.cz: fix missed bits]
Cc: Glauber Costa <glommer@parallels.com>
Acked-by: Michal Hocko <mhocko@suse.cz>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Cc: David Rientjes <rientjes@google.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
33 files changed:
Documentation/cgroups/memory.txt
arch/powerpc/configs/chroma_defconfig
arch/s390/defconfig
arch/sh/configs/apsh4ad0a_defconfig
arch/sh/configs/sdk7786_defconfig
arch/sh/configs/se7206_defconfig
arch/sh/configs/shx3_defconfig
arch/sh/configs/urquell_defconfig
arch/tile/configs/tilegx_defconfig
arch/tile/configs/tilepro_defconfig
arch/um/defconfig
include/linux/cgroup_subsys.h
include/linux/memcontrol.h
include/linux/mmzone.h
include/linux/page_cgroup.h
include/linux/sched.h
include/linux/swap.h
include/net/sock.h
init/Kconfig
kernel/fork.c
mm/Makefile
mm/hwpoison-inject.c
mm/memcontrol.c
mm/memory-failure.c
mm/mmzone.c
mm/oom_kill.c
mm/page_cgroup.c
mm/vmscan.c
net/core/sock.c
net/ipv4/Makefile
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c