Skip to content

Commit

Permalink
mm-memory-failure-introduce-get_hwpoison_page-for-consistent-refcount…
Browse files Browse the repository at this point in the history
…-handling-fix

fix CONFIG_HWPOISON_INJECT=m

Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
akpm00 authored and sfrothwell committed Jun 10, 2015
1 parent af87299 commit f3017d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/memory-failure.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ int get_hwpoison_page(struct page *page)

return get_page_unless_zero(page);
}
EXPORT_SYMBOL_GPL(get_hwpoison_page);

/*
* Do all that is necessary to remove user space mappings. Unmap
Expand Down

0 comments on commit f3017d3

Please sign in to comment.