]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memcg: avoid dangling reference count in creation failure.
authorGlauber Costa <glommer@parallels.com>
Thu, 7 Feb 2013 01:26:58 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:46 +0000 (16:46 +1100)
commitb5528bf4ea7c73a141aa709f6a22c4c5db92ced8
treea174130090405118a3f1e17cf95418f18ba4670b
parentbeb9e93b7599fd53e187dfca948043e06aca7476
memcg: avoid dangling reference count in creation failure.

When use_hierarchy is enabled, we acquire an extra reference count in our
parent during cgroup creation.  We don't release it, though, if any
failure exist in the creation process.

Signed-off-by: Glauber Costa <glommer@parallels.com>
Reported-by: Michal Hocko <mhocko@suse.cz>
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>
mm/memcontrol.c