]> git.baikalelectronics.ru Git - kernel.git/commit
mm: memcontrol: push down mem_cgroup_nr_lru_pages()
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 14 May 2019 00:18:08 +0000 (17:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 May 2019 16:47:47 +0000 (09:47 -0700)
commitf7d1936147b6ac5f7336dc6063c40f8f242c7d73
treef9fe416b96b75ec17b9eec5a21ec0f1dd9840995
parent2148af49ac677d7f34920d567352cbc24193fc20
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>
mm/memcontrol.c