From: Johannes Weiner Date: Tue, 29 May 2012 22:07:05 +0000 (-0700) Subject: mm: memcg: remove obsolete statistics array boundary enum item X-Git-Tag: v3.5-rc1~49^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6104621de4ffd94d66eae59cedc70d742a92316b;p=pandora-kernel.git mm: memcg: remove obsolete statistics array boundary enum item MEM_CGROUP_STAT_DATA is a leftover from when item counters were living in the same array as ever-increasing event counters. It's no longer needed, use MEM_CGROUP_STAT_NSTATS to iterate over the stat array. Signed-off-by: Johannes Weiner Acked-by: Michal Hocko Acked-by: KAMEZAWA Hiroyuki Cc: Ying Han Cc: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed