diff options
author | Shakeel Butt <shakeel.butt@linux.dev> | 2024-10-26 09:37:07 -0700 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-11-06 20:11:20 -0800 |
commit | 906c38ff52e95575ddf3281bee531eded3dba150 (patch) | |
tree | 139ddf5fdb1331dbfbfcfea30435d292cfa7116e /arch/powerpc/xmon/xmon.c | |
parent | 642c66d84cd4c0506698ae52d0c6fd12d3695c01 (diff) | |
download | linux-906c38ff52e95575ddf3281bee531eded3dba150.tar.gz linux-906c38ff52e95575ddf3281bee531eded3dba150.tar.bz2 linux-906c38ff52e95575ddf3281bee531eded3dba150.zip |
memcg: workingset: remove folio_memcg_rcu usage
The function workingset_activation() is called from folio_mark_accessed()
with the guarantee that the given folio can not be freed under us in
workingset_activation(). In addition, the association of the folio and
its memcg can not be broken here because charge migration is no more.
There is no need to use folio_memcg_rcu. Simply use folio_memcg_charged()
because that is what this function cares about.
[akpm@linux-foundation.org: provide folio_memcg_charged stub for CONFIG_MEMCG=n]
Link: https://lkml.kernel.org/r/20241026163707.2479526-1-shakeel.butt@linux.dev
Signed-off-by: Shakeel Butt <shakeel.butt@linux.dev>
Suggested-by: Yu Zhao <yuzhao@google.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Yosry Ahmed <yosryahmed@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/powerpc/xmon/xmon.c')
0 files changed, 0 insertions, 0 deletions