]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: workingset: separate shadow unpacking and refault calculation
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 15 Mar 2016 21:57:10 +0000 (14:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Mar 2016 23:55:16 +0000 (16:55 -0700)
commit162453bfbdf4c0f58cb3058aad9ad8cda1044cda
tree43be985615141172792acb585d80bf6651cdc399
parent689c94f03ae251181725fe853b4ffc870f05c7fe
mm: workingset: separate shadow unpacking and refault calculation

Per-cgroup thrash detection will need to derive a live memcg from the
eviction cookie, and doing that inside unpack_shadow() will get nasty
with the reference handling spread over two functions.

In preparation, make unpack_shadow() clearly about extracting static
data, and let workingset_refault() do all the higher-level handling.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Reviewed-by: Vladimir Davydov <vdavydov@virtuozzo.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/workingset.c