]> Git Repo - linux.git/commit - mm/memcontrol.c
mm: memcg: add folio_memcg_check()
authorMatthew Wilcox <[email protected]>
Fri, 30 Dec 2022 07:08:42 +0000 (15:08 +0800)
committerAndrew Morton <[email protected]>
Thu, 19 Jan 2023 01:12:52 +0000 (17:12 -0800)
commitbecacb04fdd439d7d1f2a93739161706a2e3e947
treec94a8ee8560756c3daabaa076c493f2bd1d6ffe8
parent071acb3084c5e04db3ff09865e4030aefaa2ab92
mm: memcg: add folio_memcg_check()

Patch series "mm: convert page_idle/damon to use folios", v4.

This patch (of 8):

Convert page_memcg_check() into folio_memcg_check() and add a
page_memcg_check() wrapper.  The behaviour of page_memcg_check() is
unchanged; tail pages always had a NULL ->memcg_data.

Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Kefeng Wang <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: SeongJae Park <[email protected]>
Cc: Vishal Moola (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
include/linux/memcontrol.h
mm/memcontrol.c
This page took 0.058041 seconds and 4 git commands to generate.