commit | dc2a1cbf7d862e9d0abea1d1b4c8712dfbb5a398 | [log] [tgz] |
---|---|---|
author | Wu Fengguang <fengguang.wu@intel.com> | Wed Dec 16 12:19:58 2009 +0100 |
committer | Andi Kleen <ak@linux.intel.com> | Wed Dec 16 12:19:58 2009 +0100 |
tree | 7a0c08509e1bff29d5a0a2ba7f414878f024352b | |
parent | 71f72525dfaaec012e23089c73331654ea7b12d3 [diff] |
HWPOISON: introduce delete_from_lru_cache() Introduce delete_from_lru_cache() to - clear PG_active, PG_unevictable to avoid complains at unpoison time - move the isolate_lru_page() call back to the handlers instead of the entrance of __memory_failure(), this is more hwpoison filter friendly Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>