]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: memcg: drop obsolete cache line padding in struct mem_cgroup
authorRoman Gushchin <roman.gushchin@linux.dev>
Mon, 1 Jul 2024 18:59:31 +0000 (18:59 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 10 Jul 2024 19:14:53 +0000 (12:14 -0700)
commit9fa001cf3bb0598aad09d15b2896f7db9ef87637
tree0e976b5f5cad9440d3da872a3d2f057a59a02db7
parentf6a6de245fdb1dfb4307b0a80ce7fa35ba2c35a6
mm: memcg: drop obsolete cache line padding in struct mem_cgroup

After the grouping of the cgroup v1-related fields and the corresponding
reorganization of the struct mem_cgroup, the existing cache line padding
doesn't make much sense anymore.  Let's drop it for now and put back to
new places, if necessary.

Link: https://lkml.kernel.org/r/20240701185932.704807-1-roman.gushchin@linux.dev
Signed-off-by: Roman Gushchin <roman.gushchin@linux.dev>
Suggested-by: Shakeel Butt <shakeel.butt@linux.dev>
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Muchun Song <muchun.song@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/memcontrol.h