From: Andi Kleen Date: Tue, 13 Oct 2009 23:51:41 +0000 (+0200) Subject: HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page X-Git-Tag: v2.6.32-rc6~48^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4779cb31c0ee3b355116745edca3f3e5fe865553;p=pandora-kernel.git HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page When returning due to a poisoned page drop the page count. It wasn't a fatal problem because noone cares about the page count on a poisoned page (except when it wraps), but it's cleaner to fix it. Pointed out by Linus. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed