From: Hugh Dickins Date: Thu, 23 Jan 2014 23:53:32 +0000 (-0800) Subject: mm/memcg: iteration skip memcgs not yet fully initialized X-Git-Tag: v3.14-rc1~108^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ad30559715ce97afb7d1a93a12fd90e8fff312;p=pandora-kernel.git mm/memcg: iteration skip memcgs not yet fully initialized 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 Cc: Tejun Heo Acked-by: Michal Hocko Cc: Johannes Weiner Cc: [3.12+] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed