We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a6de2 commit 9fa001cCopy full SHA for 9fa001c
include/linux/memcontrol.h
@@ -220,8 +220,6 @@ struct mem_cgroup {
220
/* handle for "memory.swap.events" */
221
struct cgroup_file swap_events_file;
222
223
- CACHELINE_PADDING(_pad1_);
224
-
225
/* memory.stat */
226
struct memcg_vmstats *vmstats;
227
@@ -305,8 +303,6 @@ struct mem_cgroup {
305
303
bool tcpmem_active;
306
304
int tcpmem_pressure;
307
308
- CACHELINE_PADDING(_pad2_);
309
310
/*
311
* set > 0 if pages under this cgroup are moving to other cgroup.
312
*/
0 commit comments