diff options
author | 2019-05-13 17:18:08 -0700 | |
---|---|---|
committer | 2019-05-14 09:47:47 -0700 | |
commit | 21d89d151bb42bea1bcf0343f724ef62509d6161 (patch) | |
tree | f9fe416b96b75ec17b9eec5a21ec0f1dd9840995 /arch/arc/mm/init.c | |
parent | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() (diff) | |
download | wireguard-linux-21d89d151bb42bea1bcf0343f724ef62509d6161.tar.xz wireguard-linux-21d89d151bb42bea1bcf0343f724ef62509d6161.zip |
mm: memcontrol: push down mem_cgroup_nr_lru_pages()
mem_cgroup_nr_lru_pages() is just a convenience wrapper around
memcg_page_state() that takes bitmasks of lru indexes and aggregates the
counts for those.
Replace callsites where the bitmask is simple enough with direct
memcg_page_state() call(s).
Link: http://lkml.kernel.org/r/20190228163020.24100-6-hannes@cmpxchg.org
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Reviewed-by: Roman Gushchin <guro@fb.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arc/mm/init.c')
0 files changed, 0 insertions, 0 deletions