From: Hugh Dickins Date: Tue, 6 Jan 2009 22:40:11 +0000 (-0800) Subject: badpage: remove vma from page_remove_rmap X-Git-Tag: v2.6.29-rc1~413 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc315fd222497ae4f4b959a9e31ada1e68a4755;p=pandora-kernel.git badpage: remove vma from page_remove_rmap Remove page_remove_rmap()'s vma arg, which was only for the Eeek message. And remove the BUG_ON(page_mapcount(page) == 0) from CONFIG_DEBUG_VM's page_dup_rmap(): we're trying to be more resilient about that than BUGs. Signed-off-by: Hugh Dickins Cc: Nick Piggin Cc: Christoph Lameter Cc: Mel Gorman Cc: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed