]> Git Repo - linux.git/commit
memcg: remove pcp_counter_lock
authorGreg Thelen <[email protected]>
Thu, 1 Oct 2015 22:37:13 +0000 (15:37 -0700)
committerLinus Torvalds <[email protected]>
Fri, 2 Oct 2015 01:42:35 +0000 (21:42 -0400)
commitef510194cefe0cd369ef73419cd65b0a5bb4fb5b
tree0763e369e1af60e90021edb2852da05d821f1442
parent54aea4542980a3ed580426a81c5af799df4d610d
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 <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/memcontrol.h
mm/memcontrol.c
This page took 0.053162 seconds and 4 git commands to generate.