]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: memory-failure: kill soft_offline_free_page()
authorKefeng Wang <wangkefeng.wang@huawei.com>
Fri, 19 Aug 2022 03:34:01 +0000 (11:34 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Aug 2022 05:03:07 +0000 (22:03 -0700)
commit29f44f78819f27e006e22b17b6dc11cf17a3a1ae
tree1605d1d6fc75a436723a8630bbcbef5ba29d3e0b
parentce9d4561338ed26d73afabe0cbba29d9c2aecccf
mm: memory-failure: kill soft_offline_free_page()

Open-code the page_handle_poison() into soft_offline_page() and kill
unneeded soft_offline_free_page().

Link: https://lkml.kernel.org/r/20220819033402.156519-1-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Acked-by: Naoya Horiguchi <naoya.horiguchi@nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory-failure.c