commit | 4779cb31c0ee3b355116745edca3f3e5fe865553 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Wed Oct 14 01:51:41 2009 +0200 |
committer | Andi Kleen <ak@linux.intel.com> | Mon Oct 19 07:29:20 2009 +0200 |
tree | 7409cb0762ca55afe11aa981db4624d3496ed6fb | |
parent | e43c3afb367112a5b357f9adfac7817255129c88 [diff] |
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 <ak@linux.intel.com>