mm/memcg: iteration skip memcgs not yet fully initialized
authorHugh Dickins <hughd@google.com>
Thu, 23 Jan 2014 23:53:32 +0000 (15:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:50:11 +0000 (13:50 -0800)
commitab9682ffb14f69c7547f5f13cd8cf5f37a76747a
treeabd7bbc64e9e71965447f8b2ea86be1ea172fa5a
parent4d712df1169cf3e3cd08395e25eea9fcbe39e354
mm/memcg: iteration skip memcgs not yet fully initialized

commit d8ad30559715ce97afb7d1a93a12fd90e8fff312 upstream.

It is surprising that the mem_cgroup iterator can return memcgs which
have not yet been fully initialized.  By accident (or trial and error?)
this appears not to present an actual problem; but it may be better to
prevent such surprises, by skipping memcgs not yet online.

Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Tejun Heo <tj@kernel.org>
Acked-by: Michal Hocko <mhocko@suse.cz>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/memcontrol.c