From: KOSAKI Motohiro Date: Tue, 16 Jun 2009 22:32:17 +0000 (-0700) Subject: page allocator: move free_page_mlock() to page_alloc.c X-Git-Tag: v2.6.31-rc1~299^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092cead6175bb1b3d3078a34ba71c939d526c70b;p=pandora-kernel.git page allocator: move free_page_mlock() to page_alloc.c Currently, free_page_mlock() is only called from page_alloc.c. Thus, we can move it to page_alloc.c. Cc: Lee Schermerhorn Cc: Mel Gorman Cc: Christoph Lameter Cc: Pekka Enberg Cc: Dave Hansen Signed-off-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed