diff options
author | 2022-05-12 20:23:09 -0700 | |
---|---|---|
committer | 2022-05-13 07:20:19 -0700 | |
commit | c8bd84f73fd6215d5b8d0b3cfc914a3671b16d1c (patch) | |
tree | f5d419b3dca78499e45c2cfa19a6f24c6cef89dc /include/linux/highmem-internal.h | |
parent | mm/memory-failure.c: move clear_hwpoisoned_pages (diff) | |
download | wireguard-linux-c8bd84f73fd6215d5b8d0b3cfc914a3671b16d1c.tar.xz wireguard-linux-c8bd84f73fd6215d5b8d0b3cfc914a3671b16d1c.zip |
mm/memory-failure.c: simplify num_poisoned_pages_dec
Don't decrease the number of poisoned pages in page_alloc.c, let the
memory-failure.c do inc/dec poisoned pages only.
Also simplify unpoison_memory(), only decrease the number of
poisoned pages when:
- TestClearPageHWPoison() succeed
- put_page_back_buddy succeed
After decreasing, print necessary log.
Finally, remove clear_page_hwpoison() and unpoison_taken_off_page().
Link: https://lkml.kernel.org/r/20220509105641.491313-3-pizhenwei@bytedance.com
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Acked-by: Naoya Horiguchi <naoya.horiguchi@nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/highmem-internal.h')
0 files changed, 0 insertions, 0 deletions