diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memcontrol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 03cc0a742ff1..1fedbde68f59 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -4185,7 +4185,6 @@ static struct mem_cgroup *mem_cgroup_alloc(void) | |||
4185 | if (memcg_wb_domain_init(memcg, GFP_KERNEL)) | 4185 | if (memcg_wb_domain_init(memcg, GFP_KERNEL)) |
4186 | goto out_free_stat; | 4186 | goto out_free_stat; |
4187 | 4187 | ||
4188 | spin_lock_init(&memcg->pcp_counter_lock); | ||
4189 | return memcg; | 4188 | return memcg; |
4190 | 4189 | ||
4191 | out_free_stat: | 4190 | out_free_stat: |