]> www.infradead.org Git - users/willy/xarray.git/commitdiff
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)
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

index d0c9365ff0397280645e330df0dbf99ae67c15e2..8b5b3ddeba052fe50dba1e44ad50443a3100ee08 100644 (file)
@@ -220,8 +220,6 @@ struct mem_cgroup {
        /* handle for "memory.swap.events" */
        struct cgroup_file swap_events_file;
 
-       CACHELINE_PADDING(_pad1_);
-
        /* memory.stat */
        struct memcg_vmstats    *vmstats;
 
@@ -305,8 +303,6 @@ struct mem_cgroup {
        bool tcpmem_active;
        int tcpmem_pressure;
 
-       CACHELINE_PADDING(_pad2_);
-
        /*
         * set > 0 if pages under this cgroup are moving to other cgroup.
         */