From: KAMEZAWA Hiroyuki Date: Mon, 22 Jun 2009 23:57:55 +0000 (+0900) Subject: mm: fix incorrect page removal from LRU X-Git-Tag: v2.6.31-rc1~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4cbcf6b3cf79f80c157afdc8dd8221643d8481;p=pandora-kernel.git mm: fix incorrect page removal from LRU The isolated page is "cursor_page" not "page". This could cause LRU list corruption under memory pressure, caught by CONFIG_DEBUG_LIST. Reported-by: Ingo Molnar Signed-off-by: KAMEZAWA Hiroyuki Reviewed-by: Balbir Singh Tested-by: Daisuke Nishimura Cc: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed