summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
diff options
context:
space:
mode:
authorGreg Thelen2015-10-02 00:37:13 +0200
committerLinus Torvalds2015-10-02 03:42:35 +0200
commitef510194cefe0cd369ef73419cd65b0a5bb4fb5b (patch)
tree0763e369e1af60e90021edb2852da05d821f1442 /mm/memcontrol.c
parentkprobes: use _do_fork() in samples to make them work again (diff)
downloadkernel-qcow2-linux-ef510194cefe0cd369ef73419cd65b0a5bb4fb5b.tar.gz
kernel-qcow2-linux-ef510194cefe0cd369ef73419cd65b0a5bb4fb5b.tar.xz
kernel-qcow2-linux-ef510194cefe0cd369ef73419cd65b0a5bb4fb5b.zip
memcg: remove pcp_counter_lock
Commit 733a572e66d2 ("memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online") removed the last use of the per memcg pcp_counter_lock but forgot to remove the variable. Kill the vestigial variable. Signed-off-by: Greg Thelen <gthelen@google.com> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r--mm/memcontrol.c1
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)
if (memcg_wb_domain_init(memcg, GFP_KERNEL))
goto out_free_stat;
- spin_lock_init(&memcg->pcp_counter_lock);
return memcg;
out_free_stat: