From: Wu Fengguang Date: Mon, 19 Oct 2009 06:15:01 +0000 (+0200) Subject: HWPOISON: fix invalid page count in printk output X-Git-Tag: v2.6.32-rc6~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7456b0405d8fc063c49628f969cdb23be060fc80;p=pandora-kernel.git HWPOISON: fix invalid page count in printk output The madvise injector already holds a reference when passing in a page to the memory-failure code. The code corrects for this additional reference for its checks, but the final printk output didn't. Fix that. Signed-off-by: Wu Fengguang Signed-off-by: Andi Kleen --- Reading git-diff-tree failed