commit | 1668bfd5be9d8a52536c4865000fbbe065a3613b | [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 | 85f060960de6e27f6933d56fcfd194b25ddbc460 | |
parent | 82ba011b9041dd31c15e4f63797b08aa0a288e61 [diff] |
HWPOISON: abort on failed unmap Don't try to isolate a still mapped page. Otherwise we will hit the BUG_ON(page_mapped(page)) in __remove_from_page_cache(). Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>