From: KAMEZAWA Hiroyuki Date: Tue, 26 Oct 2010 21:21:10 +0000 (-0700) Subject: mm: fix return value of scan_lru_pages in memory unplug X-Git-Tag: v2.6.37-rc1~105^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f72ad5396987e05a42cf7eff826fb2a15ff148;p=pandora-kernel.git mm: fix return value of scan_lru_pages in memory unplug scan_lru_pages returns pfn. So, it's type should be "unsigned long" not "int". Note: I guess this has been work until now because memory hotplug tester's machine has not very big memory.... physical address < 32bit << PAGE_SHIFT. Reported-by: KOSAKI Motohiro Signed-off-by: KAMEZAWA Hiroyuki Reviewed-by: KOSAKI Motohiro Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed