commit | 7456b0405d8fc063c49628f969cdb23be060fc80 | [log] [tgz] |
---|---|---|
author | Wu Fengguang <fengguang.wu@intel.com> | Mon Oct 19 08:15:01 2009 +0200 |
committer | Andi Kleen <ak@linux.intel.com> | Mon Oct 19 08:15:01 2009 +0200 |
tree | b1216354d6940b800128b224e2d801ed9232fa02 | |
parent | 65a64464349883891e21e74af16c05d6e1eeb4e9 [diff] |
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 <fengguang.wu@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>