From: Minchan Kim Date: Mon, 8 Oct 2012 23:32:08 +0000 (-0700) Subject: mm: page_alloc: use get_freepage_migratetype() instead of page_private() X-Git-Tag: v3.7-rc1~74^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12c4ad14ee0232ad47c2bef404b6d42a3578332;p=pandora-kernel.git mm: page_alloc: use get_freepage_migratetype() instead of page_private() The page allocator uses set_page_private and page_private for handling migratetype when it frees page. Let's replace them with [set|get] _freepage_migratetype to make it more clear. Signed-off-by: Minchan Kim Acked-by: KAMEZAWA Hiroyuki Reviewed-by: Yasuaki Ishimatsu Acked-by: Mel Gorman Cc: Xishi Qiu Cc: Wen Congyang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed