]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - mm/memcontrol.c
memcg: increment static branch right after limit set
authorGlauber Costa <glommer@parallels.com>
Sat, 23 Feb 2013 00:34:56 +0000 (16:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Feb 2013 01:50:18 +0000 (17:50 -0800)
commit692e89abd154b04d212dce0c18a449bda15aac04
tree91073f62049a9ffe49686cd10d4fd5cb09b26ac7
parent0999821b1d08f69e3879eb8fa0d28c4aba82ab5e
memcg: increment static branch right after limit set

We were deferring the kmemcg static branch increment to a later time,
due to a nasty dependency between the cpu_hotplug lock, taken by the
jump label update, and the cgroup_lock.

Now we no longer take the cgroup lock, and we can save ourselves the
trouble.

Signed-off-by: Glauber Costa <glommer@parallels.com>
Acked-by: Michal Hocko <mhocko@suse.cz>
Cc: Tejun Heo <tj@kernel.org>
Cc: Hiroyuki Kamezawa <kamezawa.hiroyuki@gmail.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c