]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: memcontrol: let v2 cgroups follow changes in system swappiness
authorJohannes Weiner <hannes@cmpxchg.org>
Thu, 5 May 2016 23:22:03 +0000 (16:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 May 2016 00:38:53 +0000 (17:38 -0700)
commit4550c4e157ca3da929593bb6c64080a59141af35
tree669934154f523a705f2da9f461095a0a36b6880b
parent145bdaa1501bf1c8a6cfa8ea5e347b9a46aad1b7
mm: memcontrol: let v2 cgroups follow changes in system swappiness

Cgroup2 currently doesn't have a per-cgroup swappiness setting.  We
might want to add one later - that's a different discussion - but until
we do, the cgroups should always follow the system setting.  Otherwise
it will be unchangeably set to whatever the ancestor inherited from the
system setting at the time of cgroup creation.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Vladimir Davydov <vdavydov@virtuozzo.com>
Cc: <stable@vger.kernel.org> [4.5]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/swap.h