diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memcontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index bef114258bbd..d28359cd6b55 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -5635,6 +5635,7 @@ struct cgroup_subsys mem_cgroup_subsys = { | |||
5635 | .base_cftypes = mem_cgroup_files, | 5635 | .base_cftypes = mem_cgroup_files, |
5636 | .early_init = 0, | 5636 | .early_init = 0, |
5637 | .use_id = 1, | 5637 | .use_id = 1, |
5638 | .__DEPRECATED_clear_css_refs = true, | ||
5638 | }; | 5639 | }; |
5639 | 5640 | ||
5640 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP | 5641 | #ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP |