From: Konstantin Khlebnikov Date: Tue, 29 May 2012 22:06:58 +0000 (-0700) Subject: mm: add link from struct lruvec to struct zone X-Git-Tag: v3.5-rc1~49^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f5e86c2ccc1480946d2c869d7f7d5278e828092;p=pandora-kernel.git mm: add link from struct lruvec to struct zone This is the first stage of struct mem_cgroup_zone removal. Further patches replace struct mem_cgroup_zone with a pointer to struct lruvec. If CONFIG_CGROUP_MEM_RES_CTLR=n lruvec_zone() is just container_of(). Signed-off-by: Konstantin Khlebnikov Cc: Mel Gorman Cc: KAMEZAWA Hiroyuki Acked-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed