]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memcg: kill CONFIG_MM_OWNER
authorOleg Nesterov <oleg@redhat.com>
Wed, 14 May 2014 00:01:51 +0000 (10:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 May 2014 00:01:51 +0000 (10:01 +1000)
commit3a0b463336a2bdcbff6db185bec8c001e0740049
tree08bf1e1da86349d65e321792e7d6a84c31ba1d86
parent1cb0132242941e3aabe62d472481bcfeebfd1ca1
memcg: kill CONFIG_MM_OWNER

CONFIG_MM_OWNER makes no sense.  It is not user-selectable, it is only
selected by CONFIG_MEMCG automatically.  So we can kill this option in
init/Kconfig and do s/CONFIG_MM_OWNER/CONFIG_MEMCG/ globally.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Michal Hocko <mhocko@suse.cz>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm_types.h
include/linux/sched.h
init/Kconfig
kernel/exit.c
kernel/fork.c