]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/page_counter: move calculating protection values to page_counter
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 3 Jul 2024 11:25:10 +0000 (13:25 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Jul 2024 22:52:20 +0000 (15:52 -0700)
commita8585ac68621983587f1701b7567978fcbcd9573
tree596f2ab018b4b4d7266e6104940c5341e5c62001
parent3b0ba54d5f8ff60553c01d3ec3c607ab7bb3b452
mm/page_counter: move calculating protection values to page_counter

It's a lot of math, and there is nothing memcontrol specific about it.
This makes it easier to use inside of the drm cgroup controller.

[akpm@linux-foundation.org: fix kerneldoc, per Jeff Johnson]
Link: https://lkml.kernel.org/r/20240703112510.36424-1-maarten.lankhorst@linux.intel.com
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Acked-by: Roman Gushchin <roman.gushchin@linux.dev>
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/page_counter.h
mm/memcontrol.c
mm/page_counter.c